From 4a81a67d28e8698d1886887bdde0959a990f09bb Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 May 2025 17:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/system_status.html | 27 +++++++++----------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/admin/dashboard/templates/system_status.html b/admin/dashboard/templates/system_status.html index da5f1f6..b10d447 100644 --- a/admin/dashboard/templates/system_status.html +++ b/admin/dashboard/templates/system_status.html @@ -4,18 +4,14 @@ {% block content %}
- - - -
- 服务器监控 -
-
- -
-
-
-
+ +
+ 服务器监控 +
+
+ +
+
{% endblock %} @@ -27,7 +23,7 @@ data() { return { currentView: '14', - showTimeRangeSelector: false // 禁用时间范围选择器 + showTimeRangeSelector: false } }, mounted() { @@ -47,8 +43,8 @@ flex: 1; display: flex; flex-direction: column; - margin: 0; height: 100%; + margin: 0; } .el-card__body { @@ -61,12 +57,13 @@ .iframe-container { flex: 1; overflow: auto; + min-height: 0; } .iframe-container iframe { - border: none; width: 100%; height: 100%; + border: none; display: block; }