From 8bea32cd8418ca98e6e0bacf3643abd682a9a1a4 Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 27 Sep 2023 10:26:47 +0800 Subject: [PATCH] =?UTF-8?q?style(Modal):=20modal=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=20margin-top=E8=B0=83=E6=95=B4=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Modal/src/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Modal/src/index.less b/src/components/Modal/src/index.less index 0bf614d..5d5097d 100644 --- a/src/components/Modal/src/index.less +++ b/src/components/Modal/src/index.less @@ -10,6 +10,10 @@ height: 100%; } } + + .ant-modal-footer { + margin-top: 0; + } } .ant-modal {