feat(ActionSheet): increase loading icon size to 22px (#3718)

This commit is contained in:
neverland 2020-11-02 16:48:33 +08:00 committed by GitHub
parent a51b817ce8
commit f0b7026edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
{{ item.name }} {{ item.name }}
<text wx:if="{{ item.subname }}" class="van-action-sheet__subname" >{{ item.subname }}</text> <text wx:if="{{ item.subname }}" class="van-action-sheet__subname" >{{ item.subname }}</text>
</block> </block>
<van-loading wx:else custom-class="van-action-sheet__loading" size="20px" /> <van-loading wx:else custom-class="van-action-sheet__loading" size="22px" />
</button> </button>
</view> </view>
<slot /> <slot />