From 029a1b78cabb4181771a0fbacd2b8f4aa29fc297 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Tue, 14 Feb 2023 03:14:06 +0000 Subject: [PATCH] =?UTF-8?q?header=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=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 | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index 89ff845..1f5ce14 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -378,5 +378,49 @@ body[data-theme='blue'] { } } +.app-header{ +.ant-tabs { + .ant-tabs-nav-wrap{ + .ant-tabs-tab{ + background: rgba($color: #fff, $alpha: 0); + border-color: rgba($color: #fff, $alpha: 0.5); + color: #fff; + i{ + color: #fff; + &:hover{ + color: $blue-theme-hover; + } + } + &:hover{ + color: $blue-theme-hover; + } + &.ant-tabs-tab-active{ + background: rgba($color: #fff, $alpha: 0.9); + color: $blue-theme; + i{ + color: $blue-theme; + } + } + } + } +} + background: url('../assets/images/blue/navbar-bg.png'); + i{ + color: #fff; + } + .user-header{ + span{ + color: #fff; + &:hover{ + color: $blue-theme-hover; + } + } + } +.trigger{ + &:hover{ + color: $blue-theme; + } +} +} } \ No newline at end of file -- Gitee