From 81ba666e27e33e7caade60bc653d82d80271bfc0 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Mon, 9 Feb 2026 12:09:05 +0800 Subject: [PATCH] enhance of aside nav ui with box-shadow --- .../renderer/src/page/MainLayout/index.vue | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/packages/ui/src/renderer/src/page/MainLayout/index.vue b/packages/ui/src/renderer/src/page/MainLayout/index.vue index b1b7bef..7a8a0ed 100644 --- a/packages/ui/src/renderer/src/page/MainLayout/index.vue +++ b/packages/ui/src/renderer/src/page/MainLayout/index.vue @@ -1,7 +1,7 @@ @@ -314,6 +316,8 @@ const handleClickConfigLlm = async () => { font-weight: 700; color: #2faa9e; border-radius: 9999px 0 0 9999px; + position: relative; + box-shadow: 0px 0px 10px rgba(50, 114, 108, 0.187); } } } @@ -328,4 +332,10 @@ const handleClickConfigLlm = async () => { } } } +.router-view-wrap { + display: flex; + flex: 1; + height: 100%; + box-shadow: -4px 1px 20px rgb(50 114 108 / 29%); +}