From f4b4a139fc7a7482bb24327894d2eb6eb58dd232 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 23 Sep 2025 18:29:36 +0800 Subject: [PATCH] fix: Style optimization --- frontend/src/views/chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index 8ca3e41ba..702373bec 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -16,7 +16,7 @@ v-model:current-chat-id="currentChatId" v-model:current-chat="currentChat" v-model:loading="loading" - :in-popover="!chatListSideBarShow" + in-popover :appName="customName" @go-empty="goEmpty" @on-chat-created="onChatCreated"