UNPKG

nly-ali-ui

Version:

一个支持阿里系小程序的 ui 组件库,包括支付宝小程序,钉钉小程序

29 lines (21 loc) 800 B
# Overlay 罩层 ![overlay.gif](https://upload-images.jianshu.io/upload_images/9915084-a8b21d942d1ce74b.gif?imageMogr2/auto-orient/strip) ## prop | prop | 类型 | 默认值 | 描述 | | ---- | ---- |---- | ---- | | show | bool | false | 显示罩层 | | fixed | bool | true | fixed 定位, 设置 false 时为 absolute 定位 | | className | string | | 自定义 css 类 | | zIndex | string | | 层级 | | opacity | string | | 透明度 | | style | string | | 自定义 style | ## method | methods | 类型 | 默认值 | 描述 | | ---- | ---- |---- | ---- | | onTap | evt | | 点击事件 | ## slot | name | 描述 | | ---- | ---- | | default | 默认插槽 | | title | title 插槽 | | rightIcon | rightIcon插槽 |