Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
6c4f9473
Commit
6c4f9473
authored
Jun 04, 2021
by
无木
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(page): `basic form` action btns should be in line
修正基础表单页面的提交和重置按钮没有处于一行的问题
parent
fb6c76db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.vue
src/views/demo/page/form/basic/index.vue
+2
-1
No files found.
src/views/demo/page/form/basic/index.vue
View file @
6c4f9473
...
@@ -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
:
'
提交
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment