From 2b5f10e3cf855a62db69151167abd8e381205d00 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Fri, 27 Mar 2026 19:08:47 +0800 Subject: [PATCH] =?UTF-8?q?chore(dashboard):=20=E5=B0=86=E5=89=A9=E4=BD=99?= =?UTF-8?q?=20:deep()=20=E8=BF=81=E7=A7=BB=E5=88=B0=20::v-deep()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/components/chat/ConversationSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/chat/ConversationSidebar.vue b/dashboard/src/components/chat/ConversationSidebar.vue index 8970a747d..cab30e4d0 100644 --- a/dashboard/src/components/chat/ConversationSidebar.vue +++ b/dashboard/src/components/chat/ConversationSidebar.vue @@ -778,7 +778,7 @@ function handleSendShortcutChange(mode: string | null) { justify-content: center; } -.chat-settings-group-trigger :deep(.v-list-item__append) { +.chat-settings-group-trigger ::v-deep(.v-list-item__append) { display: flex; align-items: center; gap: 6px;