From feb60836db6cb790175a20ec4b18d06a959a4512 Mon Sep 17 00:00:00 2001 From: baozefeng <727751065@qq.com> Date: Fri, 7 Aug 2020 00:17:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=B4=A7=E5=87=91?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E8=A1=A8=E5=8D=95=E9=A1=B9=20margin?= =?UTF-8?q?=20=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #25989 --- components/form/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/form/style/index.less b/components/form/style/index.less index 7bff52228a81..ebdbff4ca30f 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -49,8 +49,8 @@ } .explainAndExtraDistance(@num) when (@num < 0) { - margin-top: floor(@num); - margin-bottom: floor(@num); + margin-top: ceil(@num); + margin-bottom: ceil(@num); } // ================================================================