feat: 分享按钮图标大小修改

This commit is contained in:
2025-07-23 10:01:24 +08:00
parent ee80577e85
commit 3bca31e219
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
bind:click="onShareAppMessage"
width="240rpx"
icon="wechat"
iconSize="50rpx"
iconSize="48rpx"
icon-class-prefix="toy-icon">
分享
</toy-button>
-1
View File
@@ -38,7 +38,6 @@
<block wx:else>
<van-icon
wx:if="{{ icon }}"
size="1.2em"
name="{{ icon }}"
size="{{ iconSize }}"
color="{{ wxs.getIconColor(iconColor, type, plain, disabled) }}"