|
|
@@ -102,16 +102,22 @@
|
|
|
:data-order-id="item.id"
|
|
|
:data-share-type="shareBtnType"
|
|
|
@click.stop="shareOrder(item)"
|
|
|
- class="admin-button-com bule"
|
|
|
- >分享</button>
|
|
|
+ class="share-icon-btn"
|
|
|
+ >
|
|
|
+ <image class="share-icon-btn__icon" :src="iconSrc('share_button')" mode="aspectFit" />
|
|
|
+ </button>
|
|
|
</view>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <view><button @click.stop="shareOrder(item)" class="admin-button-com bule">分享</button></view>
|
|
|
+ <view class="share-icon-btn" @click.stop="shareOrder(item)">
|
|
|
+ <image class="share-icon-btn__icon" :src="iconSrc('share_button')" mode="aspectFit" />
|
|
|
+ </view>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifndef MP-WEIXIN -->
|
|
|
<!-- #ifndef APP-PLUS -->
|
|
|
- <view><button @click.stop="shareOrder(item)" class="admin-button-com bule">分享</button></view>
|
|
|
+ <view class="share-icon-btn" @click.stop="shareOrder(item)">
|
|
|
+ <image class="share-icon-btn__icon" :src="iconSrc('share_button')" mode="aspectFit" />
|
|
|
+ </view>
|
|
|
<!-- #endif -->
|
|
|
<!-- #endif -->
|
|
|
<block v-if="currentStatus == 2">
|
|
|
@@ -135,7 +141,7 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<button @click.stop="printWlFlag(item)" class="admin-button-com bule">
|
|
|
- 打物流<text>({{ item.printWlNum || 0 }})</text>
|
|
|
+ 物流标<text>({{ item.printWlNum || 0 }})</text>
|
|
|
</button>
|
|
|
</view>
|
|
|
<view class="more-icon-btn" @click.stop="openMore(item)">
|
|
|
@@ -542,16 +548,36 @@ export default {
|
|
|
}
|
|
|
.more-icon-btn {
|
|
|
margin: 0 6upx 12upx 6upx;
|
|
|
- width: 65upx;
|
|
|
- height: 65upx;
|
|
|
+ width: 56upx;
|
|
|
+ height: 56upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex: none;
|
|
|
}
|
|
|
.more-icon-btn__icon {
|
|
|
- width: 63upx;
|
|
|
- height: 63upx;
|
|
|
+ width: 55upx;
|
|
|
+ height: 55upx;
|
|
|
+ }
|
|
|
+ .share-icon-btn {
|
|
|
+ margin: 0 6upx 12upx 6upx;
|
|
|
+ width: 54upx;
|
|
|
+ height: 54upx;
|
|
|
+ padding: 0;
|
|
|
+ line-height: 1;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ flex: none;
|
|
|
+ background: transparent;
|
|
|
+ border: none;
|
|
|
+ &::after {
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .share-icon-btn__icon {
|
|
|
+ width: 53upx;
|
|
|
+ height: 53upx;
|
|
|
}
|
|
|
}
|
|
|
}
|