From 03e89ae339ff9da3c620fae212b89c302fea5997 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 30 十二月 2022 16:52:59 +0800
Subject: [PATCH] 1.新增头部深色浅色颜色切换功能

---
 src/layout/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 58ca9b0..f92bb9b 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -68,11 +68,15 @@
 @import "~@/styles/mixin.scss";
 @import "~@/styles/variables.scss";
 
+//@import "~@/styles/element-variables.scss";
+
 .app-wrapper {
   @include clearfix;
   position: relative;
   height: 100%;
   width: 100%;
+  //color: #{$--color-primary};
+  //background: #{$--color-primary};
 
   &.mobile.openSidebar {
     position: fixed;

--
Gitblit v1.9.3