优化默认布局和快速访问组件

This commit is contained in:
jxxghp
2025-07-02 17:12:14 +08:00
parent d39c795f92
commit d96f8acdbc
2 changed files with 13 additions and 5 deletions

View File

@@ -391,7 +391,7 @@ onMounted(() => {
border-radius: 50%;
backdrop-filter: blur(20px);
background: rgba(var(--v-theme-surface), 0.3);
box-shadow: 0 2px 6px rgba(0, 0, 0, 10%), 0 1px 4px rgba(0, 0, 0, 6%);
box-shadow: 0 1px 2px rgba(0, 0, 0, 10%), 0 1px 3px rgba(0, 0, 0, 6%);
inset-block-start: 80px;
inset-inline-start: 50%;
pointer-events: none;