From bb7f2e3ecbd47edfde477d742990bcbad3d601e1 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期一, 04 十二月 2023 11:43:41 +0800
Subject: [PATCH] 接口联调及人员饼图模块样式优化

---
 src/views/cockpitPage/components/BarChart.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/cockpitPage/components/BarChart.vue b/src/views/cockpitPage/components/BarChart.vue
index 1d090ae..56c7b47 100644
--- a/src/views/cockpitPage/components/BarChart.vue
+++ b/src/views/cockpitPage/components/BarChart.vue
@@ -58,7 +58,7 @@
                   color:'#00FFFF',
                 },
                 borderColor:'#00FFFF',
-                backgroundColor:'rbga(1,247,253,0.6)',
+                backgroundColor:'#238d8d6b',
                 formatter:function(a){
                   let list=[]
                   let listItem=''
@@ -233,7 +233,7 @@
                 {
                   type: 'bar',
                   name: '姝e搧鏁伴噺',
-                  barWidth: '20%',
+                  barWidth: '15',
                   itemStyle: {
                     normal: {
                       //鏌卞舰鍥惧渾瑙掞紝鍒濆鍖栨晥鏋�
@@ -245,7 +245,7 @@
                 {
                   type: 'bar',
                   name: '娆″搧鏁伴噺',
-                  barWidth: '20%',
+                  barWidth: '15',
                   itemStyle: {
                     normal: {
                       //鏌卞舰鍥惧渾瑙掞紝鍒濆鍖栨晥鏋�

--
Gitblit v1.8.0