fix: Select showSearch align issue

* fix: selector ::after line-height

* chore

* test: update snapshots

* chore: revert debug demo

* chore
This commit is contained in:
07akioni 2020-07-09 18:40:40 +08:00 committed by GitHub
parent a50dd21868
commit 750931b14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,10 @@
.@{select-prefix-cls}-selection-search-input {
height: @select-height-without-border;
}
&::after {
line-height: @select-height-without-border;
}
}
}
@ -123,6 +127,7 @@
.@{select-prefix-cls}-selector {
height: @input-height;
&::after,
.@{select-prefix-cls}-selection-item,
.@{select-prefix-cls}-selection-placeholder {
line-height: @input-height - 2 * @border-width-base;