feat: 页面展示
This commit is contained in:
parent
e78403152a
commit
4f6c57eb64
@ -8,10 +8,14 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view
|
<view
|
||||||
class="bg-white h-full overflow-hidden pt-2 px-4"
|
class="bg-white overflow-hidden pt-2 px-4"
|
||||||
:style="{ marginTop: safeAreaInsets?.top + 'px' }"
|
:style="{ marginTop: safeAreaInsets?.top + 'px' }"
|
||||||
>
|
>
|
||||||
<view class="text-center text-4xl mt-4">关于页面</view>
|
<view class="text-center text-3xl mt-4">关于页面</view>
|
||||||
|
<view class="text-center text-3xl mt-8">
|
||||||
|
鸽友们好,我是
|
||||||
|
<text class="text-red-500">菲鸽</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</route>
|
</route>
|
||||||
<template>
|
<template>
|
||||||
<view
|
<view
|
||||||
class="bg-white h-full overflow-hidden pt-2 px-4"
|
class="bg-white overflow-hidden pt-2 px-4"
|
||||||
:style="{ marginTop: safeAreaInsets?.top + 'px' }"
|
:style="{ marginTop: safeAreaInsets?.top + 'px' }"
|
||||||
>
|
>
|
||||||
<view class="mt-12">
|
<view class="mt-12">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user