Browse Source

menu 菜单颜色

chenminghua 2 years ago
parent
commit
204ca6cf83
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/App.vue
  2. 1 1
      src/views/layout/Menu.vue

+ 1 - 1
src/App.vue

@@ -529,7 +529,7 @@ body {
     width: @menuWidth;
     height: calc(100vh - @headerHeight);
     top: @headerHeight;
-    background-color: fade(#192a26, 75%);
+    background-color: fade(#192a26, 95%);
     z-index: 3000;
     opacity: 0;
     transition: opacity 0.2s;

+ 1 - 1
src/views/layout/Menu.vue

@@ -1172,7 +1172,7 @@ export default {
   width: 158px;
   height: 100%;
   padding-top: 1.481vh;
-  background: fade(#192a26, 75);
+  background: fade(#192a26, 95);
   border-right: 1px solid fade(@green, 50);
   box-shadow: inset 11px 0px 20px 0px fade(#021412, 60);