You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
954 B
954 B
hd-overlay
overlay 遮罩
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
show | 是否显示遮罩 | Boolean |
false |
默认 false |
customStyle | 自定义样式 | String |
false |
- |
duration | 动画时长,单位毫秒 | Number |
false |
默认 300 |
zIndex | 自定义层级 | Number |
false |
1 |
lockScroll | 是否锁定背景滚动,锁定时蒙层里的内容也将无法滚动 | Boolean |
false |
默认 false |
opacity | 不透明度值,当做rgba的第四个参数 | String / Number |
false |
0.5 |
Events
Event Name | Description | Parameters |
---|---|---|
click | 遮罩被点击时触发 | - |
Slots
Name | Description | Default Slot Content |
---|---|---|
default | - | - |
default | - | - |