更新多个组件的样式和功能:在 PluginCard.vue 中调整更新日志对话框的最大高度;在 TorrentCard.vue 中替换图片组件为 VImg,并添加打开详细信息的图标;在 resource.vue 中提升进度条卡片的阴影效果;在 vuetify 默认设置中为 VDialog 添加阴影和圆角;在样式文件中为选项卡激活状态添加背景色。

This commit is contained in:
jxxghp
2025-04-21 12:47:20 +08:00
parent 5753d4ff07
commit c2381deb9f
5 changed files with 20 additions and 3 deletions

View File

@@ -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;
}
}
// 透明主题下的弹出窗口样式