From 96d7087169a927c44d49cc95c03c3d2008d8ceed Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期五, 28 三月 2025 10:34:12 +0800
Subject: [PATCH] 演示优化

---
 src/components/datascreen/LeftPanel.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/datascreen/LeftPanel.vue b/src/components/datascreen/LeftPanel.vue
index fb2dbc0..2fc8461 100644
--- a/src/components/datascreen/LeftPanel.vue
+++ b/src/components/datascreen/LeftPanel.vue
@@ -108,7 +108,7 @@
             show: false
           },
           axisLabel: {
-            color: '#495F88',
+            color: '#fff',
             fontSize: 12,
             // rotate: 30, // 标签倾斜角度
           }
@@ -117,7 +117,7 @@
           type: 'value',
           name: '单位:次',
           nameTextStyle: {
-            color: '#495F88',
+            color: '#fff',
             fontSize: 12,
           },
           splitLine: {
@@ -133,7 +133,7 @@
             show: false
           },
           axisLabel: {
-            color: '#495F88',
+            color: '#fff',
             fontSize: 12
           }
         },
@@ -142,7 +142,7 @@
             name: '安置面积异常',
             type: 'line',
             smooth: true,
-            symbol: 'none',
+            symbol: 'circle',
             itemStyle: {
               color: '#FEDB65'
             },
@@ -192,7 +192,7 @@
             name: '补偿金额异常',
             type: 'line',
             smooth: true,
-            symbol: 'none',
+            symbol: 'circle',
             itemStyle: {
               color: '#00F2EF'
             },

--
Gitblit v1.7.1