From 76d840804598fe2d1367543e0d44b3c98f02566f Mon Sep 17 00:00:00 2001 From: zkwolf Date: Sat, 6 Feb 2021 13:42:04 +0800 Subject: [PATCH] fix: closeable icon support in modal method (#3642) --- 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; }