修复 select searchable 宽度没有撑开的问题
This commit is contained in:
parent
3b682b2a65
commit
302f0108de
|
@ -50,15 +50,6 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--searchable {
|
|
||||||
|
|
||||||
.#{$ns}Select-placeholder,
|
|
||||||
.#{$ns}Select-value {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&--multi {
|
&--multi {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in New Issue