mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 16:39:33 +08:00
部分弹窗点击遮罩才能删除
This commit is contained in:
@@ -83,6 +83,7 @@ export const SystemAdministratorCreate: React.FC<PropInterface> = ({
|
||||
width={416}
|
||||
onOk={() => form.submit()}
|
||||
onCancel={() => onCancel()}
|
||||
maskClosable={false}
|
||||
>
|
||||
<div className="float-left mt-24">
|
||||
<Form
|
||||
|
||||
@@ -101,6 +101,7 @@ export const SystemAdministratorUpdate: 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