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" bind:click="onShareAppMessage"
width="240rpx" width="240rpx"
icon="wechat" icon="wechat"
iconSize="50rpx" iconSize="48rpx"
icon-class-prefix="toy-icon"> icon-class-prefix="toy-icon">
分享 分享
</toy-button> </toy-button>
-1
View File
@@ -38,7 +38,6 @@
<block wx:else> <block wx:else>
<van-icon <van-icon
wx:if="{{ icon }}" wx:if="{{ icon }}"
size="1.2em"
name="{{ icon }}" name="{{ icon }}"
size="{{ iconSize }}" size="{{ iconSize }}"
color="{{ wxs.getIconColor(iconColor, type, plain, disabled) }}" color="{{ wxs.getIconColor(iconColor, type, plain, disabled) }}"