Fix modal can not focus second input bug
This commit is contained in:
@@ -197,6 +197,12 @@ const Tools = () => {
|
||||
title: '审核',
|
||||
centered: true,
|
||||
maskClosable: true,
|
||||
footer: (_, { OkBtn, CancelBtn }) => (
|
||||
<>
|
||||
<OkBtn />
|
||||
<CancelBtn />
|
||||
</>
|
||||
),
|
||||
content: (
|
||||
<AntdForm form={form}>
|
||||
<AntdForm.Item
|
||||
|
||||
Reference in New Issue
Block a user