Fix TreeSelect extra input text, close #7703

This commit is contained in:
afc163 2017-09-23 12:11:17 +08:00
parent 91bbcd6f2c
commit 8b1a4f80a9

View File

@ -235,6 +235,14 @@
left: 8px;
}
&-search__field__mirror {
position: absolute;
top: 0;
left: -9999px;
white-space: pre;
pointer-events: none;
}
&-search--inline {
position: absolute;
height: 100%;
@ -261,14 +269,6 @@
line-height: 1;
}
.@{select-prefix-cls}-search__field__mirror {
position: absolute;
top: 0;
left: -9999px;
white-space: pre;
pointer-events: none;
}
> i {
float: right;
}