!2370 fix(#I4SHOA): layout incorrect when TableColumn parameter Rows has value

* fix: 修复 Textarea 组件布局错位问题
This commit is contained in:
Argo 2022-01-31 06:27:14 +00:00
parent 3be452fbde
commit 901c2032c5
2 changed files with 1 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -510,14 +510,6 @@ form .form-control.is-display {
}
/*end InputNumber*/
/*Textarea*/
@media (min-width: 576px) {
.row.form-inline textarea.form-control {
width: calc(100% - 100px);
}
}
/*End Textarea*/
/*editor-form*/
.ef-loading {
display: flex;