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