From c26991c6810aef082ad0dac8a897ef222332ead8 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Wed, 15 Feb 2023 02:44:54 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=A0=87=E7=AD=BE=E9=A1=B5?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=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/blue.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index 2221cca..7bdd8c0 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -534,5 +534,27 @@ body[data-theme='blue'] { } } + .ant-radio-wrapper{ + .ant-radio{ + .ant-radio-inner{ + &::after{ + background-color: $blue-theme; + } + border-color: $blue-theme; + } + } + } + .ant-tabs-nav .ant-tabs-tab{ + &.ant-tabs-tab-active{ + color: $blue-theme; + } + &:hover{ + color: $blue-theme; + } + } + .ant-tabs-ink-bar{ + background-color: $blue-theme; + } + } \ No newline at end of file -- Gitee