From d7d2c9be17a61b4d2abeea3ee223108a51c26da8 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Fri, 27 Mar 2026 19:08:34 +0800 Subject: [PATCH] =?UTF-8?q?chore(dashboard):=20=E5=B0=86=20:deep()=20?= =?UTF-8?q?=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/shared/ExtensionCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/shared/ExtensionCard.vue b/dashboard/src/components/shared/ExtensionCard.vue index 3c5ca382e..d19a8f734 100644 --- a/dashboard/src/components/shared/ExtensionCard.vue +++ b/dashboard/src/components/shared/ExtensionCard.vue @@ -617,7 +617,7 @@ const viewChangelog = () => { flex-shrink: 0; } -.extension-switch-wrap :deep(.v-switch) { +.extension-switch-wrap ::v-deep(.v-switch) { margin: 0; }