From 14aef34e44af4b17725a5f9e3320d06504c12b39 Mon Sep 17 00:00:00 2001 From: xingyu Date: Fri, 4 Aug 2023 19:46:35 +0800 Subject: [PATCH] fix: modal close css --- src/components/Modal/src/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Modal/src/index.less b/src/components/Modal/src/index.less index e4e55e9..f639157 100644 --- a/src/components/Modal/src/index.less +++ b/src/components/Modal/src/index.less @@ -65,7 +65,7 @@ &-close { width: auto !important; font-weight: normal; - background: #fff !important; + background: rgb(255 255 255/ 0%) !important; outline: none; }