Procházet zdrojové kódy

feat: 页面展示

菲鸽 před 2 roky
rodič
revize
4f6c57eb64
2 změnil soubory, kde provedl 7 přidání a 3 odebrání
  1. 6 2
      src/pages/index/about.vue
  2. 1 1
      src/pages/index/index.vue

+ 6 - 2
src/pages/index/about.vue

@@ -8,10 +8,14 @@
 
 <template>
   <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' }"
   >
-    <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>
 </template>
 

+ 1 - 1
src/pages/index/index.vue

@@ -9,7 +9,7 @@
 </route>
 <template>
   <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' }"
   >
     <view class="mt-12">