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;