fix: expr metric 样式问题

This commit is contained in:
@changcode
2021-06-02 13:50:47 +08:00
parent ab15f6499d
commit d4e75f8a3d
2 changed files with 15 additions and 2 deletions

View File

@@ -52,7 +52,20 @@
.el-textarea__inner {
padding: 5px 70px 4px 15px;
}
.container__form-width.container__form{
.input-box {
.el-textarea {
.el-textarea__inner {
width: 530px;
height: 32px;
padding: 5px 70px 4px 10px;
}
.el-input__count {
right: -40px;
}
}
}
}
.el-form-item__content {
.input-box {
.el-textarea {