Commit 1d2823bf by wufan

feat:modal蒙层点击设置为不关闭

parent 5db351f1
......@@ -103,6 +103,7 @@ const CropperModal = (props: CropperModalProps) => {
确定
</Button>,
]}
maskClosable={false}
onCancel={close}>
<Row>
<Col span={14}>
......
......@@ -117,6 +117,7 @@ function ChangePhoneModal(props: changePhoneModalProps) {
width={448}
onCancel={onClose}
className="change-phone-modal"
maskClosable={false}
footer={[
<Button
id='cancel_allot_btn'
......
......@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-11-27 16:21:49
* @LastEditors: wufan
* @LastEditTime: 2020-12-08 16:20:36
* @LastEditTime: 2020-12-08 19:08:57
* @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -208,6 +208,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
width={680}
onCancel={props.onClose}
onOk={handleOk}
maskClosable={false}
>
<Row>
<Col span={16}>
......
/*
* @Author: wufan
* @Date: 2020-11-27 16:21:49
* @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-08 18:04:35
* @LastEditors: wufan
* @LastEditTime: 2020-12-08 19:42:39
* @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -74,6 +74,7 @@ function CatalogAddOrEditModal(props: CatalogAddOrEditModalProps) {
保存
</Button>
]}
maskClosable={false}
>
<Form
labelCol={ {span:5 }}
......
......@@ -114,6 +114,7 @@ function SecondCatalogAddOrEditModal(props: SecondCatalogAddOrEditModalProps) {
保存
</Button>
]}
maskClosable={false}
>
<Form
labelCol={ {span:6 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment