refactor: scss全局变量重命名和样式优化

Former-commit-id: bcfe8165225eec6d4982726ee26720ee57ec38e2
This commit is contained in:
haoxr
2023-02-26 23:58:02 +08:00
parent 1190ce349c
commit 08acff6aca
7 changed files with 24 additions and 31 deletions

View File

@@ -1,5 +1,4 @@
@import './sidebar.scss';
@import './tailwind.scss';
@import './global.scss';
@import './dark.scss';
@@ -18,7 +17,7 @@
html.dark{
--menuBg:var(--el-bg-color-overlay);
--menuText:var(----el-menu-text-color);
--menuText:#fff;
--menuActiveText:var(--el-menu-active-color);
--menuHover:rgba(0,0,0,.2);