From 1ffdcb4b2329a1bd7adc1021901d803f3b836d3b Mon Sep 17 00:00:00 2001 From: TimSpan Date: Tue, 6 May 2025 14:43:23 +0800 Subject: [PATCH] =?UTF-8?q?layout=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/src/Layout.vue | 20 +++++++++++++++++-- .../layout/src/components/LeftMenu.vue | 11 ++++++---- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/src/components/layout/src/Layout.vue b/src/components/layout/src/Layout.vue index 7add26a..7f31ed9 100644 --- a/src/components/layout/src/Layout.vue +++ b/src/components/layout/src/Layout.vue @@ -5,7 +5,10 @@ :class="{ dark: settingsStore.isDark }" > @@ -107,6 +110,15 @@