chore(top-bar): adjust backdrop filter blur on TopBar component

This commit is contained in:
Hakadao
2024-07-26 11:59:43 +08:00
parent 676b99e398
commit c82a30546f

View File

@@ -457,7 +457,7 @@ defineExpose({
style="
mask-image: linear-gradient(to bottom, black 20%, transparent);
"
:style="{ backdropFilter: settings.disableFrostedGlass ? 'none' : 'blur(4px)' }"
:style="{ backdropFilter: settings.disableFrostedGlass ? 'none' : 'blur(12px)' }"
pos="absolute top-0 left-0" w-full h-80px
pointer-events-none transform-gpu
/>