From a24c463f89869bcf24c8094d992b82f827046b28 Mon Sep 17 00:00:00 2001 From: digua Date: Fri, 13 Feb 2026 16:44:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96UI=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=B8=BB=E9=A1=B5=E9=9D=A2=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Sidebar.vue | 2 +- src/components/layout/PageHeader.vue | 4 ++-- src/pages/group-chat/index.vue | 2 +- src/pages/home/index.vue | 2 +- src/pages/manage/index.vue | 2 +- src/pages/private-chat/index.vue | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index d6e04e5..41a65db 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -194,7 +194,7 @@ function getSessionAvatar(session: AnalysisSession): string | null { class="flex h-full flex-col border-r border-gray-200/50 transition-all duration-300 ease-in-out dark:border-gray-800/50" :class="[isCollapsed ? 'w-20' : 'w-72', isHomePage ? '' : 'bg-gray-50 dark:bg-gray-900']" > -
+
- + -
+
diff --git a/src/pages/group-chat/index.vue b/src/pages/group-chat/index.vue index 984e133..ab848b1 100644 --- a/src/pages/group-chat/index.vue +++ b/src/pages/group-chat/index.vue @@ -186,7 +186,7 @@ onMounted(() => {