mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +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" />
|
<van-loading wx:else size="20px" />
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
|
<slot />
|
||||||
<view
|
<view
|
||||||
wx:if="{{ cancelText }}"
|
wx:if="{{ cancelText }}"
|
||||||
class="van-action-sheet__cancel"
|
class="van-action-sheet__cancel"
|
||||||
@ -45,5 +46,4 @@
|
|||||||
>
|
>
|
||||||
{{ cancelText }}
|
{{ cancelText }}
|
||||||
</view>
|
</view>
|
||||||
<slot />
|
|
||||||
</van-popup>
|
</van-popup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user