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