select 样式优化

This commit is contained in:
liaoxuezhi 2019-11-11 21:40:10 +08:00
parent c16f4f0c20
commit b6f48e70c9
1 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@
position: relative;
flex-grow: 1;
line-height: 1;
width: 0; // ! 没有这个会撑开
}
&-placeholder {
@ -296,5 +296,9 @@
min-width: 100%;
max-width: 100%;
display: inline-flex !important;
.#{$ns}Select-valueWrap {
width: 0; // ! 没有这个会撑开
}
}
}