From db2c94caa6bc7648af1f787493dfd57fd73a6e04 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Wed, 8 Feb 2023 00:56:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9A=97=E9=BB=91=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E8=8F=9C=E5=8D=95hover=E8=83=8C=E6=99=AF=E8=89=B2?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: ec99664a586a096f58d76c60d510113a569ca468 --- src/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 42aaaf31..a85fa671 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -20,9 +20,9 @@ html.dark{ --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); + --subMenuHover: rgba(0,0,0,.3); --subMenuBg: var(--el-menu-bg-color); --subMenuActiveText:var(--el-menu-active-color); - --subMenuHover: var(--el-menu-hover-bg-color); + --subMenuHover: rgba(0,0,0,.2); }