From 8a002a640b6fecde80cd1ff7ca32cb9ad45621e5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 21 Jul 2025 10:20:55 +0800
Subject: [PATCH] feat:机巢事件前五数量占比图表显示调整

---
 src/views/job/components/TaskTop/TaskIndustry.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/job/components/TaskTop/TaskIndustry.vue b/src/views/job/components/TaskTop/TaskIndustry.vue
index 3d36176..bd2ae82 100644
--- a/src/views/job/components/TaskTop/TaskIndustry.vue
+++ b/src/views/job/components/TaskTop/TaskIndustry.vue
@@ -39,24 +39,24 @@
 			name: '机巢事件统计',
 			type: 'pie',
 			// roseType: 'radius',
-			radius: ['40%', '70%'],
+			radius: ['36%', '60%'],
 			// center: ['50%', '45%'],
 			// radius: '70%', // 设置饼图的半径
-			center: ['50%', '50%'], // 调整饼图位置
+			center: ['50%', '36%'], // 调整饼图位置
 			data: [],
 			label: {
 				show: true,
 				position: 'outside',
 				formatter: '{c}',
 				fontSize: 12,
-				color: '#fff',
+				color: '#000',
 			},
 			labelLine: {
 				show: true,
-				length: 5,
-				length2: 8,
+				length: 10,
+				length2: 10,
 				lineStyle: {
-					color: '#fff',
+					color: '#000',
 				},
 			},
 		},

--
Gitblit v1.9.3