更新记录
1.0(2022-05-16) 下载此版本
初始
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | × | - | - | √ | × | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - | - | - |
bottom-suspension-popup底部滑动弹框示例
说明
bottom-suspension-popup 底部滑动弹框示例 boss直聘公司详情页类似效果
非原创二改 原作地址 地址
使用方式
<bottom-suspension-popup :fixedHeight="180" :height="calc(100vh - 300px)">
<view>弹窗内容</view>
</bottom-suspension-popup>
组件属性
height 弹窗高度
fixedHeight 底部浮动高度rpx
组件插槽
header
:头部