瀏覽代碼

chore: 调整about页面布局

feige996 8 月之前
父節點
當前提交
226afb3406
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/pages/about/about.vue

+ 2 - 1
src/pages/about/about.vue

@@ -46,7 +46,7 @@ onReady(() => {
 <template>
   <view>
     <view class="mt-8 text-center text-xl text-gray-400">
-      组件使用、请求调用、unocss、static图片
+      请求调用、unocss、static图片
     </view>
     <view class="my-2 text-center">
       <image src="/static/images/avatar.jpg" class="h-100px w-100px" />
@@ -73,6 +73,7 @@ onReady(() => {
         为了方便脚手架动态生成不同UI模板,本页的按钮统一使用UI库无关的原生button
       </view>
     </view>
+    <view class="h-6" />
   </view>
 </template>