优化移动端Header UI

This commit is contained in:
jxxghp
2025-07-06 00:43:06 +08:00
parent a00f6ab8ff
commit 23b09d09ce
4 changed files with 35 additions and 87 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ const showDynamicButton = computed(() => {
position: relative;
overflow: hidden;
backdrop-filter: blur(16px);
background-color: rgba(var(--v-theme-surface), 0.6);
background-color: rgba(var(--v-theme-surface), 0.3);
pointer-events: auto;
transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);