From 04a34552ff1e99b0b4c890ad593796483c36c86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Wed, 1 Jul 2020 11:44:39 +0800 Subject: [PATCH] fixed Input style --- src/styles/components/input.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/components/input.less b/src/styles/components/input.less index d8b07e66..790bd0f3 100644 --- a/src/styles/components/input.less +++ b/src/styles/components/input.less @@ -169,8 +169,8 @@ text-align: center; position: absolute; right: @input-padding-horizontal; - top: 1px; - bottom: 1px; + top: 2px; + bottom: 2px; padding-left: @input-padding-horizontal; background: #fff; z-index: 1;