From c7acb51c3ace14e509704f453adc58b9eb6613a8 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周三, 16 10月 2024 16:23:28 +0800
Subject: [PATCH] 细节

---
 yiqi_screen/src/components/EquipmentRunStatus.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/yiqi_screen/src/components/EquipmentRunStatus.vue b/yiqi_screen/src/components/EquipmentRunStatus.vue
index e84d47c..96504ee 100644
--- a/yiqi_screen/src/components/EquipmentRunStatus.vue
+++ b/yiqi_screen/src/components/EquipmentRunStatus.vue
@@ -68,13 +68,13 @@
         orient: "vertical",
         top: "25%",
         right: "5%",
-        itemGap: 2, //鍧椾箣闂寸殑闂磋窛
-        itemHeight: 5,
+        itemGap: 5, //鍧椾箣闂寸殑闂磋窛
+        itemHeight: 5, // 璁剧疆鍥句緥椤圭殑楂樺害
         itemWidth: 5, // 璁剧疆鍥句緥椤圭殑瀹藉害
         data: ["鐢熶骇", "瀹屾垚", "寰呮満", "璀﹀憡", "鏁呴殰"],
         textStyle: {
           color: "#fff",
-          fontSize: 10,
+          fontSize: 8,
         },
         formatter:  (name) =>{
           let res=this.option.series[0].data.filter(item=>item.name==name)
@@ -195,6 +195,5 @@
 }
 .box-container{
   position: relative;
-  /* border: 1px solid red; */
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3