Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
ed831350
Unverified
Commit
ed831350
authored
Jan 13, 2020
by
JEECG开源社区
Committed by
GitHub
Jan 13, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #844 from yyri/master
<a-form-item> should be nested under <a-col>
parents
beabf9b6
43727739
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
ant-design-vue-jeecg/src/views/jeecg/helloworld.vue
+6
-7
No files found.
ant-design-vue-jeecg/src/views/jeecg/helloworld.vue
View file @
ed831350
...
...
@@ -19,11 +19,11 @@
<a-cascader
:options=
"areaOptions"
@
change=
"onChange"
:showSearch=
"
{filter}" placeholder="Please select" />
</a-form-item>
</a-col>
<a-
form-item
:wrapperCol=
"
{ span: 12, offset: 5 }
">
<a-
col
:md=
"24"
:sm=
"24
"
>
<a-button
type=
"primary"
htmlType=
"submit"
>
Submit
</a-button>
</a-
col
>
</a-
form-item
>
<a-
col
:md=
"24"
:sm=
"24
"
>
<a-
form-item
:wrapperCol=
"
{ span: 12, offset: 5 }
">
<a-button
type=
"primary"
htmlType=
"submit"
>
Submit
</a-button>
</a-
form-item
>
</a-
col
>
</a-form>
</a-card>
</
template
>
...
...
@@ -68,4 +68,4 @@
})
}
}
</
script
>
\ No newline at end of file
</
script
>
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