优化 SiteCard 和 TorrentCard 组件的样式,调整卡片布局和交互效果,提升用户体验。同时,更新全局样式以支持模糊背景效果,确保在不同主题下的显示一致性。

This commit is contained in:
jxxghp
2025-04-19 10:57:12 +08:00
parent 913e1728e0
commit c3511fe27e
3 changed files with 136 additions and 555 deletions

View File

@@ -368,6 +368,12 @@ html.v-overlay-scroll-blocked {
backdrop-filter: blur(10px);
background-color: rgba(var(--v-theme-surface), 0.3);
}
// Sheet
.v-sheet {
backdrop-filter: blur(10px);
background-color: rgba(var(--v-theme-surface), 0.3);
}
// 页面容器
.layout-content-wrapper {