From 855a41055793ad12a70c3b20f8c64d7600a56254 Mon Sep 17 00:00:00 2001 From: invalid w Date: Tue, 26 Sep 2023 09:41:44 +0800 Subject: [PATCH] =?UTF-8?q?style(Modal):=20modal=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=20ant=20=E7=9A=84modal-footer=20margin-top?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA0=20(#3072)?= 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 81bc4f8f..c5e5e6d4 100644 --- a/src/components/Modal/src/index.less +++ b/src/components/Modal/src/index.less @@ -11,6 +11,10 @@ height: 100%; } } + + .ant-modal-footer { + margin-top: 0; + } } .vben-basic-modal-wrap .ant-modal {