From a7fd514ebdb9d05ed2797d41462b8d9ff95729a7 Mon Sep 17 00:00:00 2001 From: zkwolf Date: Sun, 7 Mar 2021 21:20:10 +0800 Subject: [PATCH] fix: closeable icon support in modal method (#3753) --- components/modal/style/confirm.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/modal/style/confirm.less b/components/modal/style/confirm.less index a1978d1d2..9c9ea4a15 100644 --- a/components/modal/style/confirm.less +++ b/components/modal/style/confirm.less @@ -7,10 +7,6 @@ display: none; } - .@{ant-prefix}-modal-close { - display: none; - } - .@{ant-prefix}-modal-body { padding: 32px 32px 24px; }