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; }