From 964faa1077a89713910063c39ebe08fac4e4c56e Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期四, 24 七月 2025 17:44:18 +0800 Subject: [PATCH] 企业维修适配修改 --- pages/device/device.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/device/device.vue b/pages/device/device.vue index 55df6ab..9aeec8f 100644 --- a/pages/device/device.vue +++ b/pages/device/device.vue @@ -5,7 +5,7 @@ </cu-custom> <view class="container"> - <uni-search-bar @confirm="search" :focus="true" v-model="searchValue" placeholder="璇烽�氳繃鍚嶇О妫�绱�" + <uni-search-bar @confirm="search" :focus="true" v-model="searchValue" placeholder="璇烽�氳繃璁惧鍚嶇О妫�绱�" @input="input" @cancel="cancel()" cancelButton="always"> </uni-search-bar> <mescroll-uni ref="mescrollRef" @init="mescrollInit" :top="top" @down="downCallback" @up="upCallback"> @@ -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; @@ -231,7 +231,7 @@ } .popupView { - margin-top: 85px; + margin-top: 45px; height: auto; } </style> \ No newline at end of file -- Gitblit v1.9.3