add more view for test

This commit is contained in:
2025-04-07 21:56:41 +08:00
parent 93add0c315
commit 5c0f5b2127
5 changed files with 69 additions and 58 deletions

View File

@@ -1,12 +1,15 @@
<template>
<div class="h-screen w-screen flex justify-center">
<div class="h-full w-32"></div>
<div class="h-full w-[70%] shadow-2xl">
</div>
</div>
</template>
<script lang="ts" setup>
</script>
<script lang="ts" setup></script>
<style scoped lang="postcss">
@import "../assets/main.css";
</style>