mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 11:53:03 +08:00
5 lines
406 B
Plaintext
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> |