更新缓存版本至v1.0.3

This commit is contained in:
jxxghp
2025-07-13 13:52:16 +08:00
parent 584d290283
commit ccef0d87db
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -248,14 +248,10 @@ const showDynamicButton = computed(() => {
position: relative;
overflow: hidden;
backdrop-filter: blur(24px);
background-color: rgba(var(--v-theme-surface), 0.3);
background-color: rgba(var(--v-theme-surface), 0.6);
pointer-events: auto;
transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
.v-theme--light & {
background-color: rgba(var(--v-theme-surface), 0.6);
}
&.shift-left {
transform: translateX(0);
}