feat(Notify): add lockScroll option (#8168)

This commit is contained in:
neverland
2021-02-16 13:57:05 +08:00
committed by GitHub
parent 8568c02e0b
commit f7b09d1677
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@ export default {
| color | Message color | _string_ | `white` | |
| background | Background color | _string_ | - |
| className | Custom className | _string \| Array \| object_ | - |
| lockScroll `v3.0.7` | Whether to lock background scroll | _boolean_ | `false` |
| onClick | Callback function after click | _(event: MouseEvent) => void_ | - |
| onOpened | Callback function after opened | _() => void_ | - |
| onClose | Callback function after close | _() => void_ | - |