mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:39:34 +08:00
部分弹窗点击遮罩才能删除
This commit is contained in:
@@ -104,6 +104,7 @@ export const DepartmentCreate: React.FC<PropInterface> = ({
|
||||
width={416}
|
||||
onOk={() => form.submit()}
|
||||
onCancel={() => onCancel()}
|
||||
maskClosable={false}
|
||||
>
|
||||
<div className="float-left mt-24">
|
||||
<Form
|
||||
|
||||
@@ -138,6 +138,7 @@ export const DepartmentUpdate: React.FC<PropInterface> = ({
|
||||
width={416}
|
||||
onOk={() => form.submit()}
|
||||
onCancel={() => onCancel()}
|
||||
maskClosable={false}
|
||||
>
|
||||
<div className="float-left mt-24">
|
||||
<Form
|
||||
|
||||
Reference in New Issue
Block a user