From abfc074c35e8bd66ec0641173bfd703051ca701a Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期一, 07 四月 2025 17:00:51 +0800
Subject: [PATCH] fix

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

diff --git a/src/components/datascreen/LeftPanel.vue b/src/components/datascreen/LeftPanel.vue
index fb2dbc0..fcca0b1 100644
--- a/src/components/datascreen/LeftPanel.vue
+++ b/src/components/datascreen/LeftPanel.vue
@@ -31,7 +31,7 @@
                   {{ item.growth > 0 ? '+' : '' }}{{ item.householdNumRate }}
                 </span>
               </div>
-              {{ item.householdNum }}户
+              {{ item.householdNum }}人
             </div>
           </div>
           <div class="progress-bar">
@@ -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