chore(dashboard): 将剩余 :deep() 迁移到 ::v-deep()

This commit is contained in:
LIghtJUNction
2026-03-27 19:08:47 +08:00
parent 62ec9c3004
commit 2b5f10e3cf

View File

@@ -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;