From c12e1eb4beb6168f8e5eadf43bfb76f8e2b6dcc3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 22 七月 2024 18:05:30 +0800
Subject: [PATCH] 工单样式调整
---
src/views/screen/components/screen-examine/components/examine-hola.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 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 0bcc4bd..83a0396 100644
--- a/src/views/screen/components/screen-examine/components/examine-hola.vue
+++ b/src/views/screen/components/screen-examine/components/examine-hola.vue
@@ -28,7 +28,7 @@
clip: false, // 鏄惁瑁佸壀瓒呭嚭閮ㄥ垎
// 璁剧疆鑳屾櫙鍦嗙幆鏍峰紡
lineStyle: {
- width: 10, // 鍦嗙幆瀹藉害
+ width: 6, // 鍦嗙幆瀹藉害
color: [[1, '#002865']] // 鍦嗙幆鑳屾櫙鑹�
}
},
@@ -151,7 +151,9 @@
.progressChart {
width: 100%;
height: 100%;
-
+ display: flex;
+ flex-direction: column;
+ align-items: center;
.chart {
width: 100%;
height: 75%;
@@ -166,4 +168,5 @@
margin-top: 10px;
}
}
+
</style>
--
Gitblit v1.8.0