mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:18:16 +08:00
textarea 样式问题
This commit is contained in:
parent
6af13cdb35
commit
caa39509a9
@ -121,6 +121,10 @@
|
||||
&.#{$ns}NumberControl {
|
||||
width: $Form-control-widthXs;
|
||||
}
|
||||
|
||||
&.#{$ns}TextareaControl {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}Form-control--sizeSm {
|
||||
@ -133,6 +137,10 @@
|
||||
&.#{$ns}NumberControl {
|
||||
width: $Form-control-widthSm;
|
||||
}
|
||||
|
||||
&.#{$ns}TextareaControl {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}Form-control--sizeMd {
|
||||
@ -140,6 +148,10 @@
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
&.#{$ns}TextareaControl {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}Form-control--sizeLg {
|
||||
@ -152,6 +164,10 @@
|
||||
&.#{$ns}NumberControl {
|
||||
width: $Form-control-widthLg;
|
||||
}
|
||||
|
||||
&.#{$ns}TextareaControl {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}Form-item {
|
||||
|
Loading…
Reference in New Issue
Block a user