mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: Select showSearch align issue
* fix: selector ::after line-height * chore * test: update snapshots * chore: revert debug demo * chore
This commit is contained in:
parent
a50dd21868
commit
750931b14c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user