From cdf6472d1c590a4f311713ea9e18391ba2647bce Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 27 Nov 2021 15:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/template/layout.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/template/layout.vue b/static/template/layout.vue index e80ee2846..b64fdb669 100644 --- a/static/template/layout.vue +++ b/static/template/layout.vue @@ -113,13 +113,13 @@ body > .el-container { font-weight: bold; &:hover, &:active, &:focus, &.is-active { - color: #FFFFFF !important; + color: #FFF !important; background: rgba(0, 0, 0, 0) !important; } } &:hover { - color: #FFFFFF !important; + color: #FFF !important; background: rgba(54, 25, 88, 0.9) !important; } @@ -132,7 +132,7 @@ body > .el-container { .el-sub-menu { .el-sub-menu__title { - color: #FFFFFF !important; + color: #FFF !important; background: none !important; } @@ -184,7 +184,7 @@ body > .el-container { &.is-active { color: #333333; - background: #FFFFFF; + background: #FFF; } &:hover:not(.is-active) { @@ -196,7 +196,7 @@ body > .el-container { .el-tabs__content { width: 221px !important; height: 100% !important; - background: #FFF; + background: #FFF !important; h5 { margin: 0;