From 1a995b360991223ca46cdba4a9d616c2a3b70be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=86=E5=B9=B4?= Date: Wed, 8 Jan 2025 12:33:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(slider):=20#7929=20a-form=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=9C=A8=E4=BD=BF=E7=94=A8layout=3D"inline"=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=AA=97=E5=8F=A3=E7=BC=A9=E5=B0=8F=E5=90=8E?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E9=A1=B9=E9=83=BD=E6=8C=A4=E5=9C=A8=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E8=B5=B7=EF=BC=8C=E5=B8=8C=E6=9C=9B=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E5=9C=A8=E4=B8=80=E8=A1=8C=E5=AE=B9=E7=BA=B3=E4=B8=8D=E4=B8=8B?= =?UTF-8?q?=E6=97=B6=E5=A2=9E=E5=8A=A0=E4=B8=8A=E4=B8=8B=E9=97=B4=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用 ant-form-item 的 margin-bottom: 24px,而不是直接设置为 0 --- components/form/style/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/form/style/index.ts b/components/form/style/index.ts index dad4aa62f..983ed3cfc 100644 --- a/components/form/style/index.ts +++ b/components/form/style/index.ts @@ -357,7 +357,6 @@ const genInlineStyle: GenerateStyle = token => { flex: 'none', flexWrap: 'nowrap', marginInlineEnd: token.margin, - marginBottom: 0, '&-with-help': { marginBottom: token.marginLG,