Commit 1d2823bf by wufan

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

parent 5db351f1
...@@ -103,6 +103,7 @@ const CropperModal = (props: CropperModalProps) => { ...@@ -103,6 +103,7 @@ const CropperModal = (props: CropperModalProps) => {
确定 确定
</Button>, </Button>,
]} ]}
maskClosable={false}
onCancel={close}> onCancel={close}>
<Row> <Row>
<Col span={14}> <Col span={14}>
......
...@@ -117,6 +117,7 @@ function ChangePhoneModal(props: changePhoneModalProps) { ...@@ -117,6 +117,7 @@ function ChangePhoneModal(props: changePhoneModalProps) {
width={448} width={448}
onCancel={onClose} onCancel={onClose}
className="change-phone-modal" className="change-phone-modal"
maskClosable={false}
footer={[ footer={[
<Button <Button
id='cancel_allot_btn' id='cancel_allot_btn'
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: wufan * @Author: wufan
* @Date: 2020-11-27 16:21:49 * @Date: 2020-11-27 16:21:49
* @LastEditors: wufan * @LastEditors: wufan
* @LastEditTime: 2020-12-08 16:20:36 * @LastEditTime: 2020-12-08 19:08:57
* @Description: Description * @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -208,6 +208,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) { ...@@ -208,6 +208,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
width={680} width={680}
onCancel={props.onClose} onCancel={props.onClose}
onOk={handleOk} onOk={handleOk}
maskClosable={false}
> >
<Row> <Row>
<Col span={16}> <Col span={16}>
......
/* /*
* @Author: wufan * @Author: wufan
* @Date: 2020-11-27 16:21:49 * @Date: 2020-11-27 16:21:49
* @LastEditors: zhangleyuan * @LastEditors: wufan
* @LastEditTime: 2020-12-08 18:04:35 * @LastEditTime: 2020-12-08 19:42:39
* @Description: Description * @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -74,6 +74,7 @@ function CatalogAddOrEditModal(props: CatalogAddOrEditModalProps) { ...@@ -74,6 +74,7 @@ function CatalogAddOrEditModal(props: CatalogAddOrEditModalProps) {
保存 保存
</Button> </Button>
]} ]}
maskClosable={false}
> >
<Form <Form
labelCol={ {span:5 }} labelCol={ {span:5 }}
......
...@@ -114,6 +114,7 @@ function SecondCatalogAddOrEditModal(props: SecondCatalogAddOrEditModalProps) { ...@@ -114,6 +114,7 @@ function SecondCatalogAddOrEditModal(props: SecondCatalogAddOrEditModalProps) {
保存 保存
</Button> </Button>
]} ]}
maskClosable={false}
> >
<Form <Form
labelCol={ {span:6 }} 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