Browse Source

样式修改

dengrui 3 months ago
parent
commit
3c55ab8f48
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/styles/variables.scss

+ 2 - 2
src/styles/variables.scss

@@ -5,7 +5,7 @@
   --menu-text: #fff;
   --menu-active-text: var(--el-menu-active-color);
   --menu-hover: #263445;
-  --sidebar-logo-background: #2d3748;
+  --sidebar-logo-background: #000;
   //ohos 颜色样式更改
   --ohos-bg: #000;
   --ohos-text: #ffffff;
@@ -18,7 +18,7 @@
 
 /** 暗黑主题 */
 html.dark {
-  --menu-background: var(--el-bg-color-overlay);
+  --menu-background: #000;
   --menu-text: #fff;
   --menu-active-text: var(--el-menu-active-color);
   --menu-hover: rgb(0 0 0 / 20%);