From 7e9e79950f8f8b8c64385f3eeb7d0784dcca292e Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sat, 21 Jan 2023 16:18:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E5=92=8C?= =?UTF-8?q?=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F=E4=B8=8Bsidebar=E7=9A=84?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2=E9=97=AE=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: a7bf1bd4cf33c5b6658c79877148aa46e7b42092 --- src/styles/dark.scss | 4 ++++ src/styles/index.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/dark.scss b/src/styles/dark.scss index 8a7294e4..93be4a69 100644 --- a/src/styles/dark.scss +++ b/src/styles/dark.scss @@ -7,4 +7,8 @@ html.dark { .hamburger { fill: var(--el-text-color-regular); } + + .right-panel-btn{ + background-color: var(--el-color-primary-dark); + } } diff --git a/src/styles/index.scss b/src/styles/index.scss index 6ea07bae..42aaaf31 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -17,7 +17,7 @@ } html.dark{ - --menuBg:var(--el-menu-bg-color); + --menuBg:var(--el-bg-color-overlay); --menuText:var(----el-menu-text-color); --menuActiveText:var(--el-menu-active-color); --menuHover:var(--el-menu-hover-bg-color);