From ecb4fda5fcb6b3c15969154fff2b35a60b6008ef Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 23 Apr 2025 07:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20custom.scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/custom.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/styles/custom.scss b/src/styles/custom.scss index 6bf45aae..5b3cbd60 100644 --- a/src/styles/custom.scss +++ b/src/styles/custom.scss @@ -399,11 +399,6 @@ html.v-overlay-scroll-blocked { background-color: rgba(var(--v-theme-surface), 0.3); } - // 选中标签样式 - .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-primary { - background-color: rgba(var(--v-theme-primary), 0.7) !important; - } - // 加载占位 .v-skeleton-loader { background-color: rgba(var(--v-theme-surface), 0.3);