ts_aimz/components/fui-bottom-popup/fui-bottom-popup.wxml
itgaojian163 cbf7c00399 页面
2025-03-24 18:05:54 +08:00

5 lines
412 B
Plaintext
Executable File

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