From 78ff126164afe2dfbd0944dadd136eed5f4185da Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 2 Jun 2021 16:39:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20module=20=E6=95=B0=E5=AD=97=E9=81=AE?= =?UTF-8?q?=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/css/common/rightBoxCommon.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss index d75853172..efed5e35f 100644 --- a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss +++ b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss @@ -108,7 +108,15 @@ height: 25px; } } - + .el-form-item { + .el-input--small.not-fixed-height { + height: 32px; + .el-input__count { + line-height: 29px; + height: 25px; + } + } + } .el-input__inner, .el-textarea__inner { padding: 0 10px; border-radius: $--primary-border-radius;