From dbb2a464d215efcda6c0761b0574e9d9d6e9f24d Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周四, 17 10月 2024 15:35:19 +0800
Subject: [PATCH] 整改

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

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

--
Gitblit v1.9.3