From 73d1440fa9de88ce77694b9912045460c02145af Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Wed, 15 Feb 2023 02:51:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=9A=84=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/blue.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index 7bdd8c0..bdc0b03 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -556,5 +556,23 @@ body[data-theme='blue'] { background-color: $blue-theme; } + .ant-modal{ + .ant-modal-close{ + i{ + color: #ffffff; + } + } + .ant-modal-header{ + background-color: $blue-theme; + border-bottom-color: $blue-theme; + .ant-modal-title{ + color: #ffffff; + } + } + .ant-modal-footer { + border-top-color: $blue-theme; + } + } + } \ No newline at end of file -- Gitee