From 758a5718dea9fa1a436c16ed9bf34423326c95b9 Mon Sep 17 00:00:00 2001 From: zhaohy <1695786511@qq.com> Date: Tue, 3 Sep 2024 11:56:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=B8=8E=E5=BA=95=E9=83=A8=E8=B7=9D=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/component/form/form/form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/component/form/form/form.vue b/lib/component/form/form/form.vue index 8e2431e..e6d75b0 100644 --- a/lib/component/form/form/form.vue +++ b/lib/component/form/form/form.vue @@ -358,7 +358,7 @@ //font-size: 16px; font-weight: bold; user-select: text; - margin-bottom: calc(@gap - 0px); + margin-bottom: calc(@gap - 4px); display: flex; justify-content: space-between; align-items: center;