Kaynağa Gözat

Merge branch 'base' into tabbar

菲鸽 2 yıl önce
ebeveyn
işleme
fd1102b425
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 6 6
      src/pages/index/about.vue

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

@@ -30,12 +30,12 @@
       </wd-button>
     </view>
     <view class="text-center mt-8">
-      <text mr-2>iconfont:</text>
-      <text class="gap-2 text-red">
-        <i class="iconfont icon-my" />
-        <i class="iconfont icon-chat" />
-        <i class="iconfont icon-package" />
-      </text>
+      <text class="mr-2">iconfont:</text>
+      <view class="inline-flex gap-2 text-red">
+        <view class="iconfont icon-my" />
+        <view class="iconfont icon-chat" />
+        <view class="iconfont icon-package" />
+      </view>
     </view>
   </view>
   <fg-tabbar />