From d0b93d0b3c18df7697e1a79a6466ee4b6e0f709c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Sat, 14 Sep 2019 18:30:34 +0800 Subject: [PATCH] Update select.less --- src/styles/components/select.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; }