From dff9bd4f0214cb86570ced6a22299c83d06de2f3 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 16 Oct 2020 18:11:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9system=E7=9A=84te?= =?UTF-8?q?rminal=E7=9A=84input=E7=BB=84=E4=BB=B6=20=E9=99=90=E5=88=B6?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E4=B8=AA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/system.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/page/config/system.vue b/nezha-fronted/src/components/page/config/system.vue index 3ba16e7f0..a4999bb6b 100644 --- a/nezha-fronted/src/components/page/config/system.vue +++ b/nezha-fronted/src/components/page/config/system.vue @@ -90,10 +90,10 @@ -
+
- + @@ -762,13 +762,20 @@ .linkUrlTip{ width: 430px; } + .system-config-form.terminal /deep/ .el-input-number--small{ + width: 512px; + } + .system-config-form /deep/ .el-input input{ + text-align: left; + }