update: 批量操作调整
This commit is contained in:
parent
68c48913a6
commit
9418a64604
@ -324,7 +324,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="product-tips">
|
||||
共选择{{ selectCommodityList.length }}/100
|
||||
共选择 <text>{{ selectCommodityList.length }}</text>/100
|
||||
<text class="product-tips-check" @click="showPopup = true">
|
||||
查看
|
||||
<u-icon class="icon-up" size="8" name="arrow-up"></u-icon>
|
||||
@ -1791,6 +1791,10 @@ page{
|
||||
|
||||
.product-tips {
|
||||
font-size: 24rpx;
|
||||
color: #666;
|
||||
text{
|
||||
color: $base-color;
|
||||
}
|
||||
|
||||
.product-tips-check {
|
||||
margin-left: 10rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user