Commit 6c4f9473 authored by 无木's avatar 无木

fix(page): `basic form` action btns should be in line

修正基础表单页面的提交和重置按钮没有处于一行的问题
parent fb6c76db
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
const { createMessage } = useMessage(); const { createMessage } = useMessage();
const [register, { validate, setProps }] = useForm({ const [register, { validate, setProps }] = useForm({
labelCol: { labelCol: {
span: 7, span: 8,
}, },
wrapperCol: { wrapperCol: {
span: 10, span: 10,
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
schemas: schemas, schemas: schemas,
actionColOptions: { actionColOptions: {
offset: 8, offset: 8,
span: 12,
}, },
submitButtonOptions: { submitButtonOptions: {
text: '提交', text: '提交',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment