style: modal style gap

This commit is contained in:
jialin
2024-08-16 12:03:48 +08:00
parent 1d92571d09
commit 7ff21e0d68
12 changed files with 58 additions and 21 deletions
@@ -339,7 +339,7 @@ const AddModal: React.FC<AddModalProps> = (props) => {
onCancel={onCancel}
onOk={handleSumit}
style={{
padding: '16px 20px',
padding: '16px 24px',
display: 'flex',
justifyContent: 'flex-end'
}}
@@ -352,7 +352,7 @@ const AddModal: React.FC<AddModalProps> = (props) => {
form={form}
onFinish={onOk}
preserve={false}
style={{ padding: '16px 20px' }}
style={{ padding: '16px 24px' }}
>
<Form.Item<FormData>
name="name"