Browse Source

fix style

voice
郑锦全 4 years ago
parent
commit
ae34e825b7
  1. 3
      src/pages/index/index.vue
  2. 2
      src/subpackage/device/pages/order_manage/order_manage.vue

3
src/pages/index/index.vue

@ -461,8 +461,7 @@
.it-item{
flex-shrink: 0;
flex-grow: 1;
max-width: 33.33%;
min-width: 33.33%;
width: 33.33%;
padding: 12upx;
>view{
padding: 40upx 10upx 0;

2
src/subpackage/device/pages/order_manage/order_manage.vue

@ -111,7 +111,7 @@ export default {
util.routeTo(tabInfo.path,'nT');
},
isOrderTab(ID){
return ID == 0 || ID == 4 || ID == 5 || ID == 1
return ID == 3 || ID == 4 || ID == 5 || ID == 1
},
}
}

Loading…
Cancel
Save