feat: 分享按钮图标大小修改
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user