From e65a116f1ff1d9d99a093f76a9b02a6d27bfb35e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 29 四月 2025 08:47:50 +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