From 9fd3f7927d22e5f161b4a6e8b50717cc55b040c4 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周三, 16 10月 2024 11:21:03 +0800
Subject: [PATCH] 整改细节

---
 yiqi_screen/src/components/ProdlineHealthy.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/yiqi_screen/src/components/ProdlineHealthy.vue b/yiqi_screen/src/components/ProdlineHealthy.vue
index 0bcc33c..582367b 100644
--- a/yiqi_screen/src/components/ProdlineHealthy.vue
+++ b/yiqi_screen/src/components/ProdlineHealthy.vue
@@ -17,11 +17,12 @@
     this.option = {
       legend: {
         orient: "vertical",
-        bottom: '12%',
+        bottom: '10%',
         right: '6%',
         textStyle:{
             color:'#fff'
         },
+        itemWidth: 5, // 璁剧疆鍥句緥椤圭殑瀹藉害
         data: [
         {
             name: "瀹為檯",
@@ -40,7 +41,7 @@
       },
       radar: {
         center:['43%','55%'],
-        radius:'70%',
+        radius:'65%',
         indicator: [
           { name: "浜�", max: 100, color: "#fff" },
           { name: "鐜�", max: 100, color: "#fff" },

--
Gitblit v1.9.3