优化样式,调整背景模糊效果和颜色,更新组件内边距,增强视觉效果和用户体验。

This commit is contained in:
jxxghp
2025-04-20 09:11:42 +08:00
parent 95f6635591
commit 8e5ffa81a1
7 changed files with 64 additions and 25 deletions

View File

@@ -326,14 +326,9 @@ html.v-overlay-scroll-blocked {
// 侧边导航栏
.layout-vertical-nav {
backdrop-filter: blur(10px);
background-color: rgba(var(--v-theme-surface), 0.5);
border-inline-end: 1px solid rgba(255, 255, 255, 10%);
}
// 导航栏
.navbar-blur::after {
background: transparent;
backdrop-filter: blur(16px);
background-color: rgba(var(--v-theme-surface), 0.2);
border-inline-end: 1px solid rgba(var(--v-theme-on-surface), 0.05);
}
// 列表
@@ -411,5 +406,9 @@ html[data-theme="transparent"] {
backdrop-filter: blur(10px);
background-color: rgb(var(--v-theme-surface), 0.5) !important;
}
.v-table thead {
background-color: rgb(var(--v-theme-surface), 0.5) !important;
}
}
}