form 样式调整

This commit is contained in:
2betop 2020-08-04 17:33:57 +08:00
parent a679b9152d
commit 28c2fc08fa
2 changed files with 2 additions and 1 deletions

View File

@ -281,6 +281,7 @@
.#{$ns}Combo--ver .#{$ns}Combo-item {
display: inline-block;
min-width: $Form-control-widthBase;
}
}

View File

@ -323,7 +323,7 @@
flex-grow: 1;
&:not(.#{$ns}Form-control--withSize) {
min-width: unset;
width: $Form-control-widthBase;
}
}
}