pages/device/device.vue
@@ -27,7 +27,7 @@ </view> </view> <view class="flex"> <view class="flex-sub text-light bg-white padding-xs margin-xs radius">维修状态::</view> <view class="flex-sub text-light bg-white padding-xs margin-xs radius">维修状态:</view> <view class="flex-sub bg-white padding-xs margin-xs text-orange radius text-right"> {{item.assetStatus_dictText}} </view> @@ -87,7 +87,7 @@ }, computed: { top() { return this.CustomBar * 2 + 160 return this.CustomBar * 2 + 100 }, style() { var StatusBar = this.StatusBar;