mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 02:12:43 +08:00
[bugfix] ActionSheet: slot content should above cancel-text (#1438)
This commit is contained in:
parent
5984383dc8
commit
ca4d460489
@ -36,6 +36,7 @@
|
||||
<van-loading wx:else size="20px" />
|
||||
</button>
|
||||
</view>
|
||||
<slot />
|
||||
<view
|
||||
wx:if="{{ cancelText }}"
|
||||
class="van-action-sheet__cancel"
|
||||
@ -45,5 +46,4 @@
|
||||
>
|
||||
{{ cancelText }}
|
||||
</view>
|
||||
<slot />
|
||||
</van-popup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user