From b3ff80e45d24a821ca0731983b1546b48570cdf1 Mon Sep 17 00:00:00 2001
From: xby-y <2251528873@qq.com>
Date: 星期四, 09 四月 2026 14:28:51 +0800
Subject: [PATCH] 添加日志信息
---
项目代码/大屏/src/views/indexs/sc02-location-status.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc02-location-status.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc02-location-status.vue"
index fdb8280..0498b9c 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc02-location-status.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc02-location-status.vue"
@@ -98,12 +98,12 @@
show: true,
formatter: '{b}: {c}',
color: '#fff',
- fontSize: 20
+ fontSize: 15
},
emphasis: {
label: {
show: true,
- fontSize: 20,
+ fontSize: 15,
fontWeight: 'bold'
},
itemStyle: {
@@ -130,7 +130,7 @@
},
{
value: this.locationData.locked,
- name: '鏈夎揣閿佸畾',
+ name: '閿佸畾',
itemStyle: { color: '#ffdb5c' }
}
],
--
Gitblit v1.9.3