From 4c9ffc457a0e243b6cfb4ddad2450c0f62a0ca03 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 24 十一月 2022 16:22:00 +0800
Subject: [PATCH] 1.新增日期选择控制2.对话框弹出控制
---
src/layout/components/Sidebar/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index b66020e..727bd6d 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -152,4 +152,7 @@
color: #ffffff;
cursor: default;
}
+.el-menu{
+ background-color: #213145 !important;
+}
</style>
--
Gitblit v1.9.3