From 36e71978a92ee64375b2c339e5e05d47b6b23fba Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 14 四月 2023 15:18:58 +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