Update select.less

This commit is contained in:
梁灏 2019-09-14 18:42:45 +08:00
parent d0b93d0b3c
commit f21856e3bc

View file

@ -105,6 +105,9 @@
padding-right: 22px; padding-right: 22px;
} }
} }
&-default&-multiple &-selection{
min-height: @input-height-base;
}
&-large&-single &-selection{ &-large&-single &-selection{
height: @input-height-large; height: @input-height-large;
@ -191,6 +194,7 @@
height: @input-height-base - 6px; height: @input-height-base - 6px;
line-height: @input-height-base - 6px; line-height: @input-height-base - 6px;
padding: 0 0 0 4px; padding: 0 0 0 4px;
top: 2px;
} }
&-not-found{ &-not-found{