From 1c0d53fe69f4fe442810d2ccc0cd44ca54931393 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 03 一月 2023 14:45:29 +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