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 @@
- {{ $t('monitor.avgLoad') }}
+ {{ $t('monitor.avgLoad') }}
-
+
@@ -32,7 +32,7 @@
- CPU
+ CPU
-
+
- {{ $t('monitor.memory') }}
+ {{ $t('monitor.memory') }}
-
+
@@ -70,7 +70,7 @@
- {{ $t('monitor.disk') }} IO
+ {{ $t('monitor.disk') }} IO
-
+
- {{ $t('monitor.network') }} IO:
+ {{ $t('monitor.network') }} IO:
{{ $t('monitor.networkCard') }}
@@ -114,10 +114,10 @@
:start-placeholder="$t('commons.search.timeStart')"
:end-placeholder="$t('commons.search.timeEnd')"
:shortcuts="shortcuts"
- style="float: right; width: 360px"
+ style="float: right; margin-top: -5px; width: 360px"
>
-
+
@@ -664,4 +664,12 @@ onBeforeUnmount(() => {
cursor: pointer;
color: var(--el-color-primary);
}
+.title {
+ font-size: 16px;
+ font-weight: 500;
+}
+.chart {
+ width: 100%;
+ height: 400px;
+}