Browse Source

refactor: fix select style in an elegant way

pull/1912/head
Benjy Cui 9 years ago
parent
commit
16c4ce09d7
  1. 4
      components/select/style/index.less

4
components/select/style/index.less

@ -236,9 +236,9 @@
.@{select-prefix-cls}-search__field__mirror {
position: absolute;
top: 0;
left: 9999px;
left: 0;
z-index: -1;
white-space: pre;
pointer-events: none;
}
> i {

Loading…
Cancel
Save