From 634e2994bc4020a06d7116f44a83702a0e423a22 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期三, 09 七月 2025 09:29:14 +0800
Subject: [PATCH] 点检历史 维修历史,周报历史,相关图标

---
 pages/device/device.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/device/device.vue b/pages/device/device.vue
index 55df6ab..52619df 100644
--- a/pages/device/device.vue
+++ b/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;

--
Gitblit v1.9.3