feat: 优化页面展示效果

This commit is contained in:
菲鸽
2024-01-28 18:58:05 +08:00
parent bb8e828c5d
commit 2fc5477655
2 changed files with 3 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="default-layout">
<slot />
<view class="text-gray-400 m-auto mt-8">[default layout]</view>
<view class="text-gray-400 m-auto mt-20">[default layout]</view>
</view>
</template>