From 04f87cdca093c3e987640a2c51df1a96faebc96b Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 24 Aug 2021 10:11:05 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=20system=20monitor=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/config/system.vue | 82 +++++++++++-------- 1 file changed, 49 insertions(+), 33 deletions(-) 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; + } + } + }