更新 Footer.vue

This commit is contained in:
jxxghp
2025-07-06 00:51:44 +08:00
committed by GitHub
parent 61c9b97d70
commit 51fbcdfa56
+1 -1
View File
@@ -247,7 +247,7 @@ const showDynamicButton = computed(() => {
.footer-nav-card { .footer-nav-card {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
backdrop-filter: blur(16px); backdrop-filter: blur(24px);
background-color: rgba(var(--v-theme-surface), 0.3); background-color: rgba(var(--v-theme-surface), 0.3);
pointer-events: auto; pointer-events: auto;
transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);