样式优化

This commit is contained in:
2betop 2020-04-10 11:46:50 +08:00
parent f8e48b382e
commit 44eae706dd
2 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,6 @@
> .#{$ns}Form-control {
flex-basis: 0;
flex-grow: 1;
min-width: unset;
}
}
}

View File

@ -44,6 +44,7 @@
color: $Form-select-placeholderColor;
line-height: $Form-input-lineHeight;
user-select: none;
white-space: nowrap;
}
&-value {