From 7d6adab6fc6c1a45980f6bd8633242b6e540af61 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 15 Apr 2025 09:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index c104b72..11bbe28 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -64,20 +64,20 @@

CPU使用率: {% raw %}{{ systemInfo.cpu_usage }}{% endraw %}%

- +

内存使用率: {% raw %}{{ systemInfo.memory_usage }}{% endraw %}%

- +

磁盘使用率: {% raw %}{{ systemInfo.disk_usage }}{% endraw %}%

- +
@@ -616,7 +616,7 @@ /* 饼图容器样式 */ .pie-chart-container { - padding: 5px; + padding: 4px; text-align: center; margin-bottom: 0; box-shadow: none; @@ -624,8 +624,8 @@ .pie-chart-container h4 { margin-top: 0; - margin-bottom: 5px; - font-size: 12px; + margin-bottom: 4px; + font-size: 11px; color: #606266; }