feat(Popover): add overlay-style prop (#8354)

This commit is contained in:
neverland
2021-03-15 20:20:41 +08:00
committed by GitHub
parent 536f2fad38
commit c452926cd1
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -212,6 +212,7 @@ export default {
| offset | Distance to reference | _[number, number]_ | `[0, 8]` |
| overlay | Whether to show overlay | _boolean_ | `false` |
| overlay-class `v3.0.10` | Custom overlay class | _string \| Array \| object_ | - |
| overlay-style `v3.0.10` | Custom overlay style | _object_ | - |
| close-on-click-action | Whether to close when clicking action | _boolean_ | `true` |
| close-on-click-outside | Whether to close when clicking outside | _boolean_ | `true` |
| close-on-click-overlay `v3.0.10` | Whether to close when clicking overlay | _boolean_ | `true` |