diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index d590eb70..08eece3a 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -436,7 +436,7 @@ watch( - + diff --git a/src/components/cards/TorrentCard.vue b/src/components/cards/TorrentCard.vue index 9cc4e0f0..6ff9a989 100644 --- a/src/components/cards/TorrentCard.vue +++ b/src/components/cards/TorrentCard.vue @@ -283,7 +283,7 @@ onMounted(() => { > - { {{ item.torrent_info?.seeders }} + + + diff --git a/src/pages/resource.vue b/src/pages/resource.vue index 2fb58aec..57913ad9 100644 --- a/src/pages/resource.vue +++ b/src/pages/resource.vue @@ -183,7 +183,7 @@ onUnmounted(() => { - + {{ progressText }} diff --git a/src/plugins/vuetify/defaults.ts b/src/plugins/vuetify/defaults.ts index d941b535..986c07f8 100644 --- a/src/plugins/vuetify/defaults.ts +++ b/src/plugins/vuetify/defaults.ts @@ -41,6 +41,10 @@ export default { VBottomSheet: { elevation: 0, }, + VDialog: { + elevation: 0, + rounded: 'lg', + }, VExpansionPanels: { elevation: 0, }, diff --git a/src/styles/styles.scss b/src/styles/styles.scss index 22c4da59..008e93ae 100644 --- a/src/styles/styles.scss +++ b/src/styles/styles.scss @@ -393,6 +393,10 @@ html.v-overlay-scroll-blocked { backdrop-filter: blur(10px); 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; + } } // 透明主题下的弹出窗口样式