feat(Popover): add overlay-class prop (#8353)

* feat(Popover): add overlay-class prop

* chore: upd
This commit is contained in:
neverland
2021-03-15 20:17:29 +08:00
committed by GitHub
parent 40a1b27c5d
commit 536f2fad38
3 changed files with 22 additions and 6 deletions
+1
View File
@@ -225,6 +225,7 @@ export default {
| trigger | 触发方式,可选值为 `manual` | `click` |
| offset | 出现位置的偏移量 | _[number, number]_ | `[0, 8]` |
| overlay | 是否显示遮罩层 | _boolean_ | `false` |
| overlay-class `v3.0.10` | 自定义遮罩层类名 | _string \| Array \| object_ | - |
| close-on-click-action | 是否在点击选项后关闭 | _boolean_ | `true` |
| close-on-click-outside | 是否在点击外部元素后关闭菜单 | _boolean_ | `true` |
| close-on-click-overlay `v3.0.10` | 是否在点击遮罩层后关闭菜单 | _boolean_ | `true` |