From b417ffcc48caff0f1e177b8445d22683cc9b08af Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 十二月 2022 17:02:16 +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