Skip to content

Commit

Permalink
[Improve] FE drawer style minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Sep 18, 2024
1 parent 4673568 commit 8014555
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
colon: true,
showActionButtonGroup: false,
layout: 'vertical',
baseColProps: { span: 24 },
baseColProps: { span: 22, offset: 1 },
});
// submit
async function handleUserTeamSubmit() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
});
const [registerForm, { resetFields, setFieldsValue, validate }] = useForm({
layout: 'vertical',
baseColProps: { span: 20, offset: 2 },
baseColProps: { span: 22, offset: 1 },
colon: true,
showActionButtonGroup: false,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
schemas: formSchema(unref(formType)),
showActionButtonGroup: false,
layout: 'vertical',
baseColProps: { span: 20, offset: 2 },
baseColProps: { span: 22, offset: 1 },
});
const [registerDrawer, { setDrawerProps, closeDrawer }] = useDrawerInner(async (data) => {
Expand Down

0 comments on commit 8014555

Please sign in to comment.