select 样式优化

This commit is contained in:
liaoxuezhi 2019-11-11 21:40:10 +08:00
parent ae94daa1d8
commit 7aeeec73af
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; // ! 没有这个会撑开
}
}
}