Files
2026-02-07 23:14:57 +08:00

5 lines
406 B
Plaintext

<view class="fui-top__popup-wrap {{show?'fui-top__popwrap-show':''}}" style="z-index: {{zIndex}};background:{{maskBackground}}" catchtap="handleClose" catchtouchmove="stop">
<view class="fui-top__popup {{show?'fui-top__popup-show':''}}" style="border-bottom-left-radius:{{radius}}rpx;border-bottom-right-radius:{{radius}}rpx;background:{{background}}" catchtap="stop">
<slot></slot>
</view>
</view>