diff --git a/frontend/src/views/host/monitor/index.vue b/frontend/src/views/host/monitor/index.vue index 64ce9f9e4..6a3b8d681 100644 --- a/frontend/src/views/host/monitor/index.vue +++ b/frontend/src/views/host/monitor/index.vue @@ -12,7 +12,7 @@ -
+
@@ -32,7 +32,7 @@ -
+
-
+
@@ -70,7 +70,7 @@ -
+
-
+
@@ -664,4 +664,12 @@ onBeforeUnmount(() => { cursor: pointer; color: var(--el-color-primary); } +.title { + font-size: 16px; + font-weight: 500; +} +.chart { + width: 100%; + height: 400px; +}