Browse Source

修改图片

master
liaoxinyu 1 year ago
parent
commit
b3cc5a9c89
  1. 2
      pages/base/index.vue

2
pages/base/index.vue

@ -29,7 +29,7 @@
/> />
<img class="h-24" v-else :src="item.icon" alt=""/> <img class="h-24" v-else :src="item.icon" alt=""/>
</view> </view>
<view class="fn-12" style="margin-top: 4px">{{ item.label }}</view> <view class="fn-12" style="margin-top: 4px;margin-bottom:10px">{{ item.label }}</view>
</view> </view>
<!-- #ifdef APP-PLUS --> <!-- #ifdef APP-PLUS -->
<view class="w-max" style="height:20px"></view> <view class="w-max" style="height:20px"></view>

Loading…
Cancel
Save