修复样式问题

This commit is contained in:
2betop 2020-01-06 17:25:17 +08:00
parent e2875437ac
commit 0513a65659
1 changed files with 3 additions and 1 deletions

View File

@ -1219,7 +1219,9 @@
.#{$ns}Form-col { .#{$ns}Form-col {
&.w, &.w,
&.w-xs, &.w-xs,
&.w-sm &.w-md &.w-lg { &.w-sm,
&.w-md,
&.w-lg {
flex-basis: unset; flex-basis: unset;
flex-grow: unset; flex-grow: unset;
} }