From 109d785b5b30dc28fd9a106f0dcbb7fd45526810 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 19 五月 2025 16:25:43 +0800
Subject: [PATCH] 代码初始化

---
 screen/src/views/TaskEfficiency.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/screen/src/views/TaskEfficiency.vue b/screen/src/views/TaskEfficiency.vue
index 61ef984..e78f9de 100644
--- a/screen/src/views/TaskEfficiency.vue
+++ b/screen/src/views/TaskEfficiency.vue
@@ -499,7 +499,7 @@
       {
         name: '鍒嗘椂浣滀笟閲�',
         type: 'bar',
-        barWidth: 15,
+        barWidth: 10,
         label: {
           show: false,
           position: 'top',
@@ -509,11 +509,11 @@
           color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
             {
               offset: 0,
-              color: '#63d6fa'
+              color: 'rgba(0, 208, 221, 1)'
             },
             {
               offset: 1,
-              color: '#32718d'
+              color: 'rgba(0, 194, 255, 0.20)'
             }
           ], false),
           lineStyle: {
@@ -527,7 +527,7 @@
       {
         name: '绱浣滀笟閲�',
         type: 'bar',
-        barWidth: 15,
+        barWidth: 10,
         label: {
           show: false,
           position: 'top',
@@ -537,11 +537,11 @@
           color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
             {
               offset: 0,
-              color: '#63d6fa'
+              color: 'rgba(0, 86, 255, 1)'
             },
             {
               offset: 1,
-              color: '#32718d'
+              color: 'rgba(0, 86, 255, 0.20)'
             }
           ], false),
           lineStyle: {

--
Gitblit v1.9.3