Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
82d5b5dd
Commit
82d5b5dd
authored
Oct 26, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix margin
parent
097f1d58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/routes/List/CoverCardList.js
src/routes/List/CoverCardList.js
+1
-1
src/routes/List/FilterCardList.js
src/routes/List/FilterCardList.js
+1
-1
src/routes/List/SearchList.js
src/routes/List/SearchList.js
+1
-1
No files found.
src/routes/List/CoverCardList.js
View file @
82d5b5dd
...
@@ -151,7 +151,7 @@ export default class CoverCardList extends PureComponent {
...
@@ -151,7 +151,7 @@ export default class CoverCardList extends PureComponent {
<
div
className
=
{
styles
.
coverCardList
}
>
<
div
className
=
{
styles
.
coverCardList
}
>
<
Card
bordered
=
{
false
}
>
<
Card
bordered
=
{
false
}
>
<
Form
layout
=
"
inline
"
>
<
Form
layout
=
"
inline
"
>
<
StandardFormRow
title
=
"
所属类目
"
block
>
<
StandardFormRow
title
=
"
所属类目
"
block
style
=
{{
paddingBottom
:
11
}}
>
<
FormItem
>
<
FormItem
>
{
getFieldDecorator
(
'
category
'
)(
{
getFieldDecorator
(
'
category
'
)(
<
TagSelect
onChange
=
{
this
.
handleFormSubmit
}
expandable
>
<
TagSelect
onChange
=
{
this
.
handleFormSubmit
}
expandable
>
...
...
src/routes/List/FilterCardList.js
View file @
82d5b5dd
...
@@ -151,7 +151,7 @@ export default class FilterCardList extends PureComponent {
...
@@ -151,7 +151,7 @@ export default class FilterCardList extends PureComponent {
<
div
className
=
{
styles
.
filterCardList
}
>
<
div
className
=
{
styles
.
filterCardList
}
>
<
Card
bordered
=
{
false
}
>
<
Card
bordered
=
{
false
}
>
<
Form
layout
=
"
inline
"
>
<
Form
layout
=
"
inline
"
>
<
StandardFormRow
title
=
"
所属类目
"
block
>
<
StandardFormRow
title
=
"
所属类目
"
block
style
=
{{
paddingBottom
:
11
}}
>
<
FormItem
>
<
FormItem
>
{
getFieldDecorator
(
'
category
'
)(
{
getFieldDecorator
(
'
category
'
)(
<
TagSelect
onChange
=
{
this
.
handleFormSubmit
}
expandable
>
<
TagSelect
onChange
=
{
this
.
handleFormSubmit
}
expandable
>
...
...
src/routes/List/SearchList.js
View file @
82d5b5dd
...
@@ -184,7 +184,7 @@ export default class SearchList extends Component {
...
@@ -184,7 +184,7 @@ export default class SearchList extends Component {
<
div
>
<
div
>
<
Card
bordered
=
{
false
}
>
<
Card
bordered
=
{
false
}
>
<
Form
layout
=
"
inline
"
>
<
Form
layout
=
"
inline
"
>
<
StandardFormRow
title
=
"
所属类目
"
block
>
<
StandardFormRow
title
=
"
所属类目
"
block
style
=
{{
paddingBottom
:
11
}}
>
<
FormItem
>
<
FormItem
>
{
getFieldDecorator
(
'
category
'
)(
{
getFieldDecorator
(
'
category
'
)(
<
TagSelect
onChange
=
{
this
.
handleFormSubmit
}
expandable
>
<
TagSelect
onChange
=
{
this
.
handleFormSubmit
}
expandable
>
...
...
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