更新页面效果

This commit is contained in:
李琦
2026-08-01 08:18:59 +08:00
parent e8efc178a3
commit 4dcffcd500
11 changed files with 164 additions and 56 deletions

View File

@@ -167,11 +167,11 @@ onUnmounted(() => {
<style scoped>
.canvas-effects {
position: absolute;
position: fixed;
inset: 0;
z-index: 1;
width: 100%;
height: 100%;
height: 100vh;
pointer-events: none;
}
</style>