refactor: inputTable内组件最小宽度优化

This commit is contained in:
zhangtao07 2024-08-09 17:05:36 +08:00
parent 5402322231
commit 30d6dc402e

View File

@ -262,8 +262,13 @@
& > .#{$ns}Form,
& > .#{$ns}Form-item > .#{$ns}Form-control:not(.is-thin) {
// todo 优化这个有些表单项宽度其实是很小的比如 switchbuttoncheckboxradio
min-width: var(--Form-control-widthBase);
&.#{$ns}CheckboxControl,
&.#{$ns}SwitchControl,
&.#{$ns}RadiosControl {
min-width: auto;
}
}
.#{$ns}Form-static {