From f3b89be21107bc0aee2d969106bc6fa6a0c38a73 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 01 Jul 2025 11:18:46 +0800
Subject: [PATCH] feat:任务管理优化

---
 src/views/job/components/TaskTop/TaskEvent.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/job/components/TaskTop/TaskEvent.vue b/src/views/job/components/TaskTop/TaskEvent.vue
index 3ea7c62..dcc40cd 100644
--- a/src/views/job/components/TaskTop/TaskEvent.vue
+++ b/src/views/job/components/TaskTop/TaskEvent.vue
@@ -81,7 +81,7 @@
 		{
 			name: '任务',
 			type: 'bar',
-			barWidth: 8,
+			barWidth: 6,
 			itemStyle: {
 				color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
 					{ offset: 0, color: '#FF8902' },
@@ -92,7 +92,7 @@
 		{
 			name: '事件',
 			type: 'bar',
-			barWidth: 8,
+			barWidth: 6,
 			itemStyle: {
 				color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
 					{ offset: 0, color: '#4363FF' },

--
Gitblit v1.9.3