From e90bdc51917169c2ae9b1acb77b36189a7f3e9b1 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Mon, 27 Feb 2023 03:09:58 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BA=A2=E8=89=B2=E4=B8=BB=E9=A2=98header?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=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 | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index ad91fa1..8862dce 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -425,5 +425,46 @@ body[data-theme='red'] { } } +.app-header{ +.ant-tabs { + .ant-tabs-nav-wrap{ + .ant-tabs-tab{ + background: rgba($color: #fff, $alpha: 0); + color: #fff; + border-color: rgba($color: #fff, $alpha: 0.5); + i{ + color: #fff; + } + i{ + &:hover{ + color: $linx-red-theme; + } + } + &:hover{ + color: $linx-red-theme; + i{ + color: $linx-red-theme; + } + } + &.ant-tabs-tab-active{ + color: $linx-red-theme; + background: rgba($color: #fff, $alpha: 0.85); + i{ + color: $linx-red-theme; + } + } + } + } +} + background: url('../assets/images/linx-red/navbar-bg.png'); + i{ + color: #fff; + } +.trigger{ + &:hover{ + color: $linx-red-theme; + } +} +} } -- Gitee From bfabbb00a3b6d38c2c6c2098d2940d21113fa57a Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Mon, 27 Feb 2023 03:11:16 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9header=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= 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 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 8862dce..4a617a7 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -460,7 +460,14 @@ body[data-theme='red'] { i{ color: #fff; } - + .user-header{ + span{ + color: #fff; + &:hover{ + color: $linx-red-theme; + } + } + } .trigger{ &:hover{ color: $linx-red-theme; -- Gitee