feat: 全局 FluidCursor
Some checks failed
/ surge (push) Successful in 2m20s
/ build-and-deploy-to-vercel (push) Successful in 2m42s
/ lint-build-and-check (push) Successful in 4m24s
/ playwright (push) Has been cancelled

This commit is contained in:
严浩
2025-03-31 15:25:40 +08:00
parent b16c038be9
commit 3edb7392ce
2 changed files with 13 additions and 1 deletions

View File

@ -20,4 +20,17 @@ const themeConfig = computed(() => {
</a-config-provider>
<DynamicDialog /> <ConfirmDialog /> <Toast />
<FluidCursor />
</template>
<style>
.layout-wrapper {
isolation: isolate;
}
.w-screen {
width: 100dvw;
}
.h-screen {
height: 100dvh;
}
</style>

View File

@ -22,7 +22,6 @@ import {
</h3>
<Spline scene="https://prod.spline.design/kZDDjO5HuC9GJUM2/scene.splinecode" />
</PatternBackground>
<FluidCursor />
</div>
</template>