fix: module 数字遮挡问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user