From 4f97657270b7aef0d3b7a6b25ea2b4adb07a77c7 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Fri, 10 Nov 2023 16:55:34 +0800
Subject: [PATCH] 新增风险等级筛选条件、等级颜色
---
src/theme/app.scss | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/theme/app.scss b/src/theme/app.scss
index 4c75296..431c504 100644
--- a/src/theme/app.scss
+++ b/src/theme/app.scss
@@ -47,7 +47,8 @@
width: 100%;
height: 100%;
.layout-aside {
- background: var(--next-bg-menuBar);
+ //background: var(--next-bg-menuBar);
+ background: #384358;
box-shadow: 2px 0 6px rgb(0 21 41 / 1%);
height: inherit;
position: relative;
@@ -86,6 +87,8 @@
.layout-aside-pc-220 {
width: 220px !important;
transition: width 0.3s ease;
+ border-radius: 0 8px 8px 0;
+ box-shadow: 5px 0 10px rgba(0,0,0,.15);
}
.layout-aside-pc-64 {
width: 64px !important;
--
Gitblit v1.9.2