diff --git a/nezha-fronted/src/components/page/config/system.vue b/nezha-fronted/src/components/page/config/system.vue index f858658c2..63da25ccb 100644 --- a/nezha-fronted/src/components/page/config/system.vue +++ b/nezha-fronted/src/components/page/config/system.vue @@ -68,7 +68,7 @@
{{$t('config.system.basic.title')}}
- + @@ -110,22 +110,26 @@ - - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + +
+
@@ -143,22 +147,26 @@ - - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + +
+
@@ -1105,6 +1113,14 @@ export default { padding-top: 30px; width: 699px; } + .system { + .el-form-item:last-of-type.monitorLastEle { + /deep/ .el-form-item__content{ + margin-left: 180px !important; + margin-bottom: 20px; + } + } + }