From 3303d4447b1d0230ee5d965f7e8ee209465bbbbd Mon Sep 17 00:00:00 2001 From: xumi Date: Sun, 20 Mar 2022 12:59:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E6=B2=A1=E6=9C=89=E9=97=B4?= =?UTF-8?q?=E8=B7=9D=E7=9A=84=E9=97=AE=E9=A2=98(#I4UNSR)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/formItem/index.less | 2 +- src/theme/index.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/formItem/index.less b/src/component/formItem/index.less index 3d6793c0..b99bc85b 100644 --- a/src/component/formItem/index.less +++ b/src/component/formItem/index.less @@ -24,7 +24,7 @@ color: @error_color; font-size: 12px; line-height: 1; - padding-top: 2px; + padding-top: 5px; position: absolute; top: 100%; left: 0; diff --git a/src/theme/index.less b/src/theme/index.less index e354769c..87779c59 100644 --- a/src/theme/index.less +++ b/src/theme/index.less @@ -584,7 +584,7 @@ a cite { } .layui-form-item { - margin-bottom: 15px; + margin-bottom: 20px; clear: both; *zoom: 1; }