From 76d5a665869b3145f469b8c5c6c11569aba03398 Mon Sep 17 00:00:00 2001 From: xingyu Date: Fri, 4 Aug 2023 19:41:16 +0800 Subject: [PATCH] fix: modal close css --- src/components/Modal/src/index.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Modal/src/index.less b/src/components/Modal/src/index.less index 07d77aa..e4e55e9 100644 --- a/src/components/Modal/src/index.less +++ b/src/components/Modal/src/index.less @@ -65,16 +65,16 @@ &-close { width: auto !important; font-weight: normal; - // background: #fff !important; + background: #fff !important; outline: none; } - &-close-x { - display: inline-block; - width: 96px; - height: 56px; - line-height: 56px; - } + // &-close-x { + // display: inline-block; + // width: 96px; + // height: 56px; + // line-height: 56px; + // } // &-confirm-body { // .ant-modal-confirm-content {