fix: module 数字遮挡问题

This commit is contained in:
@changcode
2021-06-02 16:39:02 +08:00
parent 0591146fff
commit 78ff126164

View File

@@ -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;