forked from p96170835/amis
Merge pull request #342 from 2betop/master
修复 select searchable 宽度没有撑开的问题
This commit is contained in:
commit
f187863be5
|
@ -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