Update select.less

This commit is contained in:
梁灏 2019-09-14 18:30:34 +08:00
parent 3856fcc4f4
commit d0b93d0b3c

View file

@ -182,13 +182,14 @@
}
&-small &-input, &-small&-multiple &-input{
height: @input-height-small - 2px;
line-height: @input-height-small - 2px;
height: @input-height-small - 6px;
line-height: @input-height-small - 6px;
top: 2px;
}
&-multiple &-input{
height: @input-height-base - 2px;
line-height: @input-height-base;
height: @input-height-base - 6px;
line-height: @input-height-base - 6px;
padding: 0 0 0 4px;
}