From 1995e710dcf70e635c4edaa8173f8b66cd67d499 Mon Sep 17 00:00:00 2001
From: 黄何裕 <1053952480@qq.com>
Date: 星期二, 30 七月 2024 14:05:06 +0800
Subject: [PATCH] 样式优化

---
 src/views/screen/components/screen-examine/components/examine-hola.vue |   11 +++++++----
 1 files changed, 7 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 0bcc4bd..3b7e21d 100644
--- a/src/views/screen/components/screen-examine/components/examine-hola.vue
+++ b/src/views/screen/components/screen-examine/components/examine-hola.vue
@@ -29,7 +29,7 @@
             // 璁剧疆鑳屾櫙鍦嗙幆鏍峰紡
             lineStyle: {
               width: 10, // 鍦嗙幆瀹藉害
-              color: [[1, '#002865']] // 鍦嗙幆鑳屾櫙鑹�
+              color: [[1, '#ecf6ff']] // 鍦嗙幆鑳屾櫙鑹�
             }
           },
           // 浠〃鐩樻寚閽�
@@ -96,7 +96,7 @@
               detail: {
                 // 涓績title璁剧疆
                 offsetCenter: ['0%', '0%'],
-                color: '#01F8FF',
+                color: '#dedddd',
                 formatter: '{value}%'
                 // borderColor: '#01F8FF',
                 // borderRadius: 20,
@@ -151,7 +151,9 @@
 .progressChart {
   width: 100%;
   height: 100%;
-
+  display: flex;
+  flex-direction: column;
+  align-items: center;
   .chart {
     width: 100%;
     height: 75%;
@@ -160,10 +162,11 @@
   .bottom {
     display: inline-block;
     width: 100%;
-    color: #01f8ff;
+    color: #dedddd;
     text-align: center;
     font-size: 14px;
     margin-top: 10px;
   }
 }
+
 </style>

--
Gitblit v1.8.0