代码优化

This commit is contained in:
ludj
2023-03-17 09:27:13 +08:00
parent 48e080d2cb
commit e74846da17
8 changed files with 99 additions and 6 deletions

View File

@@ -8,14 +8,20 @@ $tiffany: #4AB7BD;
$yellow:#FEC171;
$panGreen: #30B08F;
$base-logo-title-color: #ffffff;
$base-logo-light-title-color: #001529;
$base-menu-light-background:#ffffff;
// sidebar
$menuText:#bfcbd9;
$menuActiveText:#409EFF;
$subMenuActiveText:#f4f4f5; // https://github.com/ElemeFE/element/issues/12951
$menuBg:#304156;
$menuBg:#304156; //https://cloud.tencent.com/developer/article/1753773
$menuHover:#263445;
$base-menu-light-color:rgba(0,0,0,.70);
$subMenuBg:#1f2d3d;
$subMenuHover:#001528;
@@ -28,8 +34,15 @@ $sideBarWidth: 205px;
menuActiveText: $menuActiveText;
subMenuActiveText: $subMenuActiveText;
menuBg: $menuBg;
menuLightBackground: $base-menu-light-background;
menuLightColor: $base-menu-light-color;
menuHover: $menuHover;
subMenuBg: $subMenuBg;
subMenuHover: $subMenuHover;
sideBarWidth: $sideBarWidth;
logoTitleColor: $base-logo-title-color;
logoLightTitleColor: $base-logo-light-title-color
}
$base-sidebar-width: 200px;