modal add mask colse (#12556)

This commit is contained in:
RyanHui 2018-10-10 22:28:38 +08:00 committed by zombieJ
parent 5b6957d570
commit c095cb4665

View File

@ -53,6 +53,7 @@ function showPropsConfirm() {
content: 'Some descriptions',
okText: 'Yes',
okType: 'danger',
maskClosable: true,
okButtonProps: {
disabled: true,
},