Skip to content

Commit

Permalink
dev: buy-bar组件icon大小调整
Browse files Browse the repository at this point in the history
  • Loading branch information
JJunYang committed Apr 8, 2022
1 parent 39c3f9f commit f0b28f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/goods/details/components/buy-bar/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<text wx:if="{{shopCartNum > 0 && item.showCartNum}}" class="tag-cart-num">
{{shopCartNum > 99 ? '99+' : shopCartNum}}
</text>
<t-icon prefix="wr" name="{{item.iconName}}" size="48rpx" />
<t-icon prefix="wr" name="{{item.iconName}}" size="40rpx" />
<view class="operate-text">{{item.title}}</view>
</view>
</view>
Expand Down

0 comments on commit f0b28f3

Please sign in to comment.