Browse Source

修复自定义TabBar组件样式

pull/2/head
徐飞洋 2 months ago
parent
commit
7adcfcc6ec
  1. 4
      custom-tab-bar/index.wxml

4
custom-tab-bar/index.wxml

@ -25,8 +25,8 @@
<!-- 鸡蛋估价按钮 -->
<view class="tab-bar-center" bindtap="goToEvaluatePage">
<view class="egg-button">
<view class="egg-icon">🥚</view>
<view class="egg-text">估</view>
<view class="egg-icon" style="position: absolute; left: 1rpx; top: 30rpx">🥚</view>
<view class="egg-text" style="position: absolute; left: 60rpx; top: 83rpx">估</view>
</view>
</view>

Loading…
Cancel
Save