From ccc970e575ef3f3e5c67af8da210263f4ac549f9 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 10 四月 2026 16:44:55 +0800
Subject: [PATCH] 2026.4.10

---
 src/components/monitor/DeviceStatus.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/components/monitor/DeviceStatus.vue b/src/components/monitor/DeviceStatus.vue
index 20228aa..13c776e 100644
--- a/src/components/monitor/DeviceStatus.vue
+++ b/src/components/monitor/DeviceStatus.vue
@@ -6,9 +6,9 @@
         <span>璁惧鍦ㄧ嚎鎯呭喌</span>
       </div>
     </template>
-    <el-row :gutter="20">
+    <el-row :gutter="0">
       <el-col :span="12">
-        <el-row :gutter="20">
+        <el-row :gutter="10">
           <el-col :span="12">
             <el-card class="status-card online-card" shadow="hover">
               <div class="status-content">
@@ -126,6 +126,7 @@
           formatter: '{a} <br/>{b}: {c} ({d}%)',
         },
         legend: {
+          show: false,
           bottom: '0%',
           data: ['鍦ㄧ嚎璁惧', '绂荤嚎璁惧', '姝e父璁惧', '鏁呴殰璁惧'],
         },
@@ -133,7 +134,7 @@
           {
             name: '鍦ㄧ嚎鐘舵��',
             type: 'pie',
-            radius: ['40%', '70%'],
+            radius: ['20%', '40%'],
             center: ['48%', '50%'],
             startAngle: 270,
             endAngle: 90,
@@ -152,7 +153,7 @@
           {
             name: '杩愯鐘舵��',
             type: 'pie',
-            radius: ['40%', '70%'],
+            radius: ['30%', '50%'],
             center: ['52%', '50%'],
             startAngle: 90,
             endAngle: 270,

--
Gitblit v1.9.3