diff --git a/src/styles/components/select.less b/src/styles/components/select.less index 54a4372b..0c3c6a99 100644 --- a/src/styles/components/select.less +++ b/src/styles/components/select.less @@ -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; }