From 4c060cb5b79f8f08ae2fa529feb9992a7fca8cbb Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 22 八月 2024 16:52:40 +0800
Subject: [PATCH] feat:新增工单故障类型记录、支持多个
---
src/views/screen/components/screen-examine/components/examine-hola.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/screen/components/screen-examine/components/examine-hola.vue b/src/views/screen/components/screen-examine/components/examine-hola.vue
index 83a0396..3b7e21d 100644
--- a/src/views/screen/components/screen-examine/components/examine-hola.vue
+++ b/src/views/screen/components/screen-examine/components/examine-hola.vue
@@ -28,8 +28,8 @@
clip: false, // 鏄惁瑁佸壀瓒呭嚭閮ㄥ垎
// 璁剧疆鑳屾櫙鍦嗙幆鏍峰紡
lineStyle: {
- width: 6, // 鍦嗙幆瀹藉害
- color: [[1, '#002865']] // 鍦嗙幆鑳屾櫙鑹�
+ width: 10, // 鍦嗙幆瀹藉害
+ color: [[1, '#ecf6ff']] // 鍦嗙幆鑳屾櫙鑹�
}
},
// 浠〃鐩樻寚閽�
@@ -96,7 +96,7 @@
detail: {
// 涓績title璁剧疆
offsetCenter: ['0%', '0%'],
- color: '#01F8FF',
+ color: '#dedddd',
formatter: '{value}%'
// borderColor: '#01F8FF',
// borderRadius: 20,
@@ -162,7 +162,7 @@
.bottom {
display: inline-block;
width: 100%;
- color: #01f8ff;
+ color: #dedddd;
text-align: center;
font-size: 14px;
margin-top: 10px;
--
Gitblit v1.8.0