From 77a31bf5cc47aec994d9c739193c3270a803710a Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Wed, 1 Mar 2023 05:33:33 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=A1=B5=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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 88b9390..2b751aa 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -599,4 +599,15 @@ body[data-theme='red'] { } } + .ant-tabs-nav .ant-tabs-tab{ + &.ant-tabs-tab-active{ + color: $linx-red-theme; + } + &:hover{ + color: $linx-red-theme; + } + } + .ant-tabs-ink-bar{ + background-color: $linx-red-theme; + } } -- Gitee