Commit c0656a7c by LJM

css优化

parent c3178223
......@@ -11,6 +11,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-sanjiaoxing:before {
content: "\e6bd";
}
.icon-bianji:before {
content: "\e60e";
}
......
......@@ -108,7 +108,6 @@
width: 50%;
height: 75rpx;
background: #1969f9;
border-right: 1px solid #ffffff;
.t1 {
font-size: 23rpx;
color: #ffffff;
......@@ -126,6 +125,11 @@
font-size: 23rpx;
color: #ffffff;
}
.iconfont {
margin-left: 17rpx;
font-size: 18rpx;
color: #fff;
}
}
}
.btn2 {
......
......@@ -170,7 +170,8 @@
</view>
</template>
</view>
<view class="fix-btn row verCenter" v-if="curr == 0">
<!--区分深圳自营和非深圳自营-->
<view class="fix-btn row verCenter" v-if="curr == 0 && list.length > 0">
<view class="btn1 row rowCenter verCenter" @click="allChnage()">
<text class="check-box-icon" :class="{ curr: filter_list.length > 0 && filter_list.length == filter_id.length }"></text>
<text class="text">{{ filter_id.length == 0 ? '全选' : filter_id.length }}</text>
......@@ -181,7 +182,10 @@
<text class="t1" @click="rePrintTag()">打印货品标签</text>
<view class="print-type-box row rowCenter verCenter">
<picker @change="bindPickerChange" :value="print_style_index" :range="print_style" class="row rowCenter verCenter">
<view class="uni-input">{{ print_style[print_style_index] }}</view>
<view class="row rowCenter verCenter">
<view class="uni-input">{{ print_style[print_style_index] }}</view>
<view class="iconfont icon-sanjiaoxing"></view>
</view>
</picker>
</view>
</view>
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment