From 21232ab15a4b7d17d535434adeb6246269137859 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 31 十二月 2022 14:12:07 +0800
Subject: [PATCH] 1.左菜单背景颜色实现深色与浅色切换
---
src/styles/variables.scss | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/styles/variables.scss b/src/styles/variables.scss
index 7901a7b..f7dac18 100644
--- a/src/styles/variables.scss
+++ b/src/styles/variables.scss
@@ -13,6 +13,9 @@
$sideBarWidthIsMenuHorizontal: 0; //褰撹彍鍗曟í灞忔椂鐨勪晶杈规爮楂樺害
+
+$menuBgLeftBackgroundColorValue: #f8f8fa; //褰撹彍鍗曟í灞忔椂鐨勪晶杈规爮楂樺害
+
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
:export {
@@ -25,4 +28,5 @@
subMenuHover: $subMenuHover;
sideBarWidth: $sideBarWidth;
sideBarWidthIsMenuHorizontal:$sideBarWidthIsMenuHorizontal;
+ menuBgLeftBackgroundColorValue:$menuBgLeftBackgroundColorValue;
}
--
Gitblit v1.9.3