Skip to content

Commit

Permalink
fix(page): basic form action btns should be in line
Browse files Browse the repository at this point in the history
修正基础表单页面的提交和重置按钮没有处于一行的问题
  • Loading branch information
mynetfan committed Jun 4, 2021
1 parent fb6c76d commit 6c4f947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/demo/page/form/basic/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@
const { createMessage } = useMessage();
const [register, { validate, setProps }] = useForm({
labelCol: {
span: 7,
span: 8,
},
wrapperCol: {
span: 10,
},
schemas: schemas,
actionColOptions: {
offset: 8,
span: 12,
},
submitButtonOptions: {
text: '提交',
Expand Down

0 comments on commit 6c4f947

Please sign in to comment.