diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue
index d6649ef..058ac5a 100644
--- a/src/components/Editor/index.vue
+++ b/src/components/Editor/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -240,6 +240,11 @@
+
+
+ {{ form.lastRunTime }}
+
+
diff --git a/src/views/monitor/server/index.vue b/src/views/monitor/server/index.vue
index af8bee7..56c95cc 100644
--- a/src/views/monitor/server/index.vue
+++ b/src/views/monitor/server/index.vue
@@ -7,15 +7,15 @@
状态
-
+
-
+
-
+
@@ -40,7 +40,7 @@
磁盘状态
-
+
{{ sysFile.diskName }}盘使用率
@@ -57,7 +57,7 @@
-
+
@@ -265,4 +265,8 @@ table tr {
margin-top: 5px;
margin-bottom: 5px;
}
+.col-item {
+ width: 200px;
+ display: inline-block;
+}