mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-14 22:11:02 +08:00
parent
65ee579480
commit
1599686fc2
@ -32,6 +32,9 @@ and so on.
|
|||||||
| maskClosable | Whether to close the modal dialog when the mask (area outside the modal) is clicked | boolean | true |
|
| maskClosable | Whether to close the modal dialog when the mask (area outside the modal) is clicked | boolean | true |
|
||||||
| style | Style of floating layer, typically used at least for adjusting the position. | object | - |
|
| style | Style of floating layer, typically used at least for adjusting the position. | object | - |
|
||||||
| wrapClassName | The class name of the container of the modal dialog | string | - |
|
| wrapClassName | The class name of the container of the modal dialog | string | - |
|
||||||
|
| bodyStyle | Body style for modal body element. Such as height, padding etc. | object | {} |
|
||||||
|
| maskStyle | Style for modal's mask element. | object | {} |
|
||||||
|
| mask | Whether show mask or not. | Boolean | true |
|
||||||
| afterClose | Specify a function that will be called when modal is closed completely. | function | - |
|
| afterClose | Specify a function that will be called when modal is closed completely. | function | - |
|
||||||
| getContainer | Return the mount node for Modal | (instance): HTMLElement | () => document.body |
|
| getContainer | Return the mount node for Modal | (instance): HTMLElement | () => document.body |
|
||||||
| zIndex | The `z-index` of the Modal | Number | 1000 |
|
| zIndex | The `z-index` of the Modal | Number | 1000 |
|
||||||
|
Loading…
Reference in New Issue
Block a user