From 2e5981f1ddcbff779903ae2c6c4a589240701750 Mon Sep 17 00:00:00 2001 From: xingyu Date: Fri, 18 Aug 2023 19:22:00 +0800 Subject: [PATCH] style: modal style --- src/components/Modal/src/index.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Modal/src/index.less b/src/components/Modal/src/index.less index c22dee6..78cd62a 100644 --- a/src/components/Modal/src/index.less +++ b/src/components/Modal/src/index.less @@ -14,10 +14,10 @@ .ant-modal { width: 520px; - padding-bottom: 0; + padding-bottom: 0 !important; .ant-modal-body > .scrollbar { - padding: 14px; + padding: 6px; } .ant-modal-footer { @@ -51,6 +51,7 @@ &-header { padding: 8px; + margin-bottom: 0 !important; } &-content {