优化 FileBrowser 和 TransferHistoryView 组件的高度计算逻辑,调整 Footer 组件的动态按钮样式和动画效果

This commit is contained in:
jxxghp
2025-04-21 08:38:21 +08:00
parent 93005518d2
commit 71437a2122
4 changed files with 92 additions and 56 deletions

View File

@@ -273,8 +273,10 @@ html.v-overlay-scroll-blocked {
}
}
.v-list-item:hover {
background-color: rgba(var(--v-theme-on-surface), 0.04) !important;
.v-menu {
.v-list-item:hover {
background-color: rgba(var(--v-theme-on-surface), 0.04) !important;
}
}
.v-btn.v-btn--icon {
@@ -343,10 +345,11 @@ html.v-overlay-scroll-blocked {
background-color: rgba(var(--v-theme-surface), 0.3);
.v-list {
background-color: transparent;
backdrop-filter: none;
background-color: transparent;
}
}
// 工具栏
.v-toolbar {
backdrop-filter: blur(10px);