From 737a92e359b2f112a119a192b2821d67a7856ea2 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Wed, 1 Mar 2023 05:39:18 +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=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/red.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 2b751aa..267ca5b 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -610,4 +610,22 @@ body[data-theme='red'] { .ant-tabs-ink-bar{ background-color: $linx-red-theme; } + + .ant-modal{ + .ant-modal-close{ + i{ + color: #ffffff; + } + } + .ant-modal-header{ + background-color: $linx-red-theme; + border-bottom-color: $linx-red-theme; + .ant-modal-title{ + color: #ffffff; + } + } + .ant-modal-footer { + border-top-color: $linx-red-theme; + } + } } -- Gitee