Bläddra i källkod

fix options underline bug

Z1hgq 7 år sedan
förälder
incheckning
0b8d1b3e01
1 ändrade filer med 8 tillägg och 8 borttagningar
  1. 8 8
      Furniture/pages/manager/manage.wxml

+ 8 - 8
Furniture/pages/manager/manage.wxml

xqd xqd
@@ -29,24 +29,24 @@
           <navigator class="{{selected==0?'active':''}}" bindtap='tap1'>
             <image src='https://t6.9026.com/upload/images/20180816/697bf1a4e1efe55ee87f4bf9022ab831.png'></image>
             <view>全部</view>
-            <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==0}}'></view>
+            <view style='width:80rpx;margin-left:44rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==0}}'></view>
           </navigator>
           <navigator class="{{selected==1?'active':''}}" bindtap='tap2'>
             <image src='https://t6.9026.com/upload/images/20180816/c9545721eba25f814df8ee4d3c519854.png'></image>
             <view>待审核</view>
-            <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==1}}'></view>
+            <view style='width:80rpx;margin-left:44rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==1}}'></view>
             <text class='num' wx:if='{{examine!=0}}'>{{examine}}</text>
           </navigator>
           <navigator class="{{selected==2?'active':''}}" bindtap='tap3'>
             <image src='https://t6.9026.com/upload/images/20180816/8ea54e333c81d0cca01a26a9fc23b3e3.png'></image>
             <view>待生产</view>
-            <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==2}}'></view>
+            <view style='width:80rpx;margin-left:44rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==2}}'></view>
             <text class='num' wx:if='{{make!=0}}'>{{make}}</text>
           </navigator>
           <navigator class="{{selected==3?'active':''}}" bindtap='tap4'>
             <image src='https://t6.9026.com/upload/images/20180816/7fb5b97adeef584976ad463fb49aca47.png'></image>
             <view>生产中</view>
-            <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==3}}'></view>
+            <view style='width:80rpx;margin-left:44rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==3}}'></view>
             <text class='num' wx:if='{{making!=0}}'>{{making}}</text>
           </navigator>
         </view>
@@ -54,24 +54,24 @@
           <navigator class="{{selected==4?'active':''}}" bindtap='tap5'>
             <image src='https://t6.9026.com/upload/images/20180816/c8af5cb1c7807de7a1b8b6f08817a0aa.png'></image>
             <view>待发货</view>
-            <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==4}}'></view>
+            <view style='width:80rpx;margin-left:44rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==4}}'></view>
             <text class='num' wx:if='{{send!=0}}'>{{send}}</text>
           </navigator>
           <navigator class="{{selected==5?'active':''}}" bindtap='tap6'>
             <image src='https://t6.9026.com/upload/images/20180816/cb11d2123192fb141812da4cfdb70b10.png'></image>
             <view>运输中</view>
-            <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==5}}'></view>
+            <view style='width:80rpx;margin-left:44rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==5}}'></view>
             <text class='num' wx:if='{{sending!=0}}'>{{sending}}</text>
           </navigator>
           <navigator class="{{selected==6?'active':''}}" bindtap='tap7'>
             <image src='https://t6.9026.com/upload/images/20180816/2f8645a5bd048b33053e16f65ddf9ae7.png'></image>
             <view>已签收</view>
-            <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==6}}'></view>
+            <view style='width:80rpx;margin-left:44rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==6}}'></view>
           </navigator>
           <navigator class="{{selected==7?'active':''}}" bindtap='tap8'>
             <image src='https://t6.9026.com/upload/images/20180816/4b90775eff22cedb51b77be1dc039a9d.png'></image>
             <view>逾期</view>
-            <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==7}}'></view>
+            <view style='width:80rpx;margin-left:44rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==7}}'></view>
             <text class='num' wx:if='{{expeced!=0}}'>{{expected}}</text>
           </navigator>
         </view>