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(() => {