From a00725be571e90fa5d807ec2bc1e23b160c824ff Mon Sep 17 00:00:00 2001 From: 6LWa6ZKx <61306859+6LWa6ZKx@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:44:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=A1=86=E6=A0=B7=E5=BC=8F=E9=94=99=E4=B9=B1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#3742)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Modal/src/index.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Modal/src/index.less b/src/components/Modal/src/index.less index 600797c8..7af913f4 100644 --- a/src/components/Modal/src/index.less +++ b/src/components/Modal/src/index.less @@ -121,11 +121,12 @@ } } } + + .ant-modal-confirm .ant-modal-body { + padding: 24px !important; + } } -.ant-modal-confirm .ant-modal-body { - padding: 24px !important; -} @media screen and (max-height: 600px) { .ant-modal {