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(() => {
-
+
diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue
index 30127dc..3cf5216 100644
--- a/src/pages/home/index.vue
+++ b/src/pages/home/index.vue
@@ -40,7 +40,7 @@ const features = computed(() => [
-
+
diff --git a/src/pages/manage/index.vue b/src/pages/manage/index.vue
index 92a65d5..cbb3d11 100644
--- a/src/pages/manage/index.vue
+++ b/src/pages/manage/index.vue
@@ -7,7 +7,7 @@ const { t } = useI18n()
-