From 285fa6e407d33b14f90c14d7e682e59824d852ba Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 25 Nov 2021 18:06:40 +0800 Subject: [PATCH] fix: Modal centered not centered (#33022) close #33021 --- components/modal/style/modal.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/modal/style/modal.less b/components/modal/style/modal.less index 8d335d9c98..6fb60849ca 100644 --- a/components/modal/style/modal.less +++ b/components/modal/style/modal.less @@ -117,6 +117,7 @@ .@{dialog-prefix-cls} { top: 0; display: inline-block; + padding-bottom: 0; text-align: left; vertical-align: middle; }