Browse Source

侧边栏背景颜色一键配置

jbb 2 years ago
parent
commit
ee54288d67
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/page/GlobalLayout.vue

+ 4 - 4
src/components/page/GlobalLayout.vue

@@ -588,8 +588,8 @@ body {
 
   &.light {
     // 技能博物馆
-    // background-color: #221140 !important;
-    background-color: #fff;
+    background-color: @layout-color !important;
+    // background-color: #fff;
     box-shadow: 2px 116px 8px 0 rgba(29, 35, 41, 0.05);
 
     .logo {
@@ -603,9 +603,9 @@ body {
 
     .ant-menu-light {
       border-right-color: transparent;
-
+      color: @font-color;
       // 技能博物馆
-      // background-color: #221140 !important;
+      background-color: @layout-color !important;
       // color: white;
     }
   }