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
15a59ad2
Commit
15a59ad2
authored
Sep 07, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表页视觉 review 优化
parent
2b521cb1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
25 deletions
+42
-25
src/routes/List/CardList.js
src/routes/List/CardList.js
+17
-13
src/routes/List/CardList.less
src/routes/List/CardList.less
+1
-0
src/routes/List/CoverCardList.js
src/routes/List/CoverCardList.js
+8
-2
src/routes/List/FilterCardList.js
src/routes/List/FilterCardList.js
+16
-10
No files found.
src/routes/List/CardList.js
View file @
15a59ad2
import
React
,
{
PureComponent
}
from
'
react
'
;
import
React
,
{
PureComponent
}
from
'
react
'
;
import
{
connect
}
from
'
dva
'
;
import
{
connect
}
from
'
dva
'
;
import
{
Link
}
from
'
dva/router
'
;
import
{
Card
,
Avatar
,
Button
,
Icon
,
List
}
from
'
antd
'
;
import
{
Card
,
Avatar
,
Button
,
Icon
,
List
}
from
'
antd
'
;
import
PageHeaderLayout
from
'
../../layouts/PageHeaderLayout
'
;
import
PageHeaderLayout
from
'
../../layouts/PageHeaderLayout
'
;
...
@@ -65,7 +66,9 @@ export default class CardList extends PureComponent {
...
@@ -65,7 +66,9 @@ export default class CardList extends PureComponent {
{
{
list
&&
list
.
map
(
item
=>
(
list
&&
list
.
map
(
item
=>
(
<
List
.
Item
key
=
{
item
.
id
}
>
<
List
.
Item
key
=
{
item
.
id
}
>
<
Link
to
=
"
/list/card-list
"
>
<
Card
<
Card
noHovering
=
{
false
}
actions
=
{[
<
a
>
操作一
<
/a>, <a>操作二</
a
>
]}
actions
=
{[
<
a
>
操作一
<
/a>, <a>操作二</
a
>
]}
>
>
<
Card
.
Meta
<
Card
.
Meta
...
@@ -78,6 +81,7 @@ export default class CardList extends PureComponent {
...
@@ -78,6 +81,7 @@ export default class CardList extends PureComponent {
)}
)}
/
>
/
>
<
/Card
>
<
/Card
>
<
/Link
>
<
/List.Item
>
<
/List.Item
>
))
))
}
}
...
...
src/routes/List/CardList.less
View file @
15a59ad2
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
.cardDescription {
.cardDescription {
.textOverflowMulti();
.textOverflowMulti();
color: @text-color;
}
}
.pageHeaderContent {
.pageHeaderContent {
...
...
src/routes/List/CoverCardList.js
View file @
15a59ad2
...
@@ -161,9 +161,15 @@ export default class CoverCardList extends PureComponent {
...
@@ -161,9 +161,15 @@ export default class CoverCardList extends PureComponent {
<
TagOption
value
=
"
cat2
"
>
类目二
<
/TagOption
>
<
TagOption
value
=
"
cat2
"
>
类目二
<
/TagOption
>
<
TagOption
value
=
"
cat3
"
>
类目三
<
/TagOption
>
<
TagOption
value
=
"
cat3
"
>
类目三
<
/TagOption
>
<
TagOption
value
=
"
cat4
"
>
类目四
<
/TagOption
>
<
TagOption
value
=
"
cat4
"
>
类目四
<
/TagOption
>
<
TagExpand
>
<
TagOption
value
=
"
cat5
"
>
类目五
<
/TagOption
>
<
TagOption
value
=
"
cat5
"
>
类目五
<
/TagOption
>
<
TagOption
value
=
"
cat6
"
>
类目六
<
/TagOption
>
<
TagOption
value
=
"
cat6
"
>
类目六
<
/TagOption
>
<
TagOption
value
=
"
cat7
"
>
类目七
<
/TagOption
>
<
TagOption
value
=
"
cat8
"
>
类目八
<
/TagOption
>
<
TagOption
value
=
"
cat9
"
>
类目九
<
/TagOption
>
<
TagOption
value
=
"
cat10
"
>
类目十
<
/TagOption
>
<
TagExpand
>
<
TagOption
value
=
"
cat11
"
>
类目十一
<
/TagOption
>
<
TagOption
value
=
"
cat12
"
>
类目十二
<
/TagOption
>
<
/TagExpand
>
<
/TagExpand
>
<
/TagSelect
>
<
/TagSelect
>
)}
)}
...
...
src/routes/List/FilterCardList.js
View file @
15a59ad2
...
@@ -2,7 +2,7 @@ import React, { PureComponent } from 'react';
...
@@ -2,7 +2,7 @@ import React, { PureComponent } from 'react';
import
numeral
from
'
numeral
'
;
import
numeral
from
'
numeral
'
;
import
{
connect
}
from
'
dva
'
;
import
{
connect
}
from
'
dva
'
;
import
{
routerRedux
}
from
'
dva/router
'
;
import
{
routerRedux
}
from
'
dva/router
'
;
import
{
Row
,
Col
,
Form
,
Card
,
Select
,
Spin
,
Icon
,
Avatar
}
from
'
antd
'
;
import
{
Row
,
Col
,
Form
,
Card
,
Select
,
Icon
,
Avatar
,
List
,
Tooltip
}
from
'
antd
'
;
import
PageHeaderLayout
from
'
../../layouts/PageHeaderLayout
'
;
import
PageHeaderLayout
from
'
../../layouts/PageHeaderLayout
'
;
import
StandardFormRow
from
'
../../components/StandardFormRow
'
;
import
StandardFormRow
from
'
../../components/StandardFormRow
'
;
...
@@ -199,15 +199,21 @@ export default class FilterCardList extends PureComponent {
...
@@ -199,15 +199,21 @@ export default class FilterCardList extends PureComponent {
<
/StandardFormRow
>
<
/StandardFormRow
>
<
/Form
>
<
/Form
>
<
/Card
>
<
/Card
>
<
Row
gutter
=
{
16
}
style
=
{{
marginTop
:
16
}}
>
<
List
{
style
=
{{
marginTop
:
16
}}
loading
&&
<
Spin
/>
grid
=
{{
gutter
:
16
,
xl
:
4
,
lg
:
3
,
md
:
3
,
sm
:
2
,
xs
:
1
}}
}
loading
=
{
loading
}
>
{
{
!
loading
&&
list
&&
list
.
map
(
item
=>
(
list
&&
list
.
map
(
item
=>
(
<
Col
lg
=
{
6
}
md
=
{
8
}
sm
=
{
12
}
xs
=
{
24
}
style
=
{{
marginBottom
:
16
}}
key
=
{
item
.
id
}
>
<
List
.
Item
key
=
{
item
.
id
}
>
<
Card
<
Card
actions
=
{[
<
Icon
type
=
"
copy
"
/>
,
<
Icon
type
=
"
solution
"
/>
,
<
Icon
type
=
"
setting
"
/>
,
<
Icon
type
=
"
delete
"
/>
]}
actions
=
{[
<
Tooltip
title
=
"
复制
"
><
Icon
type
=
"
copy
"
/><
/Tooltip>
,
<
Tooltip
title
=
"
用户
"
><
Icon
type
=
"
solution
"
/><
/Tooltip>
,
<
Tooltip
title
=
"
设置
"
><
Icon
type
=
"
setting
"
/><
/Tooltip>
,
<
Tooltip
title
=
"
删除
"
><
Icon
type
=
"
delete
"
/><
/Tooltip>
,
]}
>
>
<
Card
.
Meta
<
Card
.
Meta
avatar
=
{
<
Avatar
size
=
"
large
"
src
=
{
item
.
avatar
}
/>
}
avatar
=
{
<
Avatar
size
=
"
large
"
src
=
{
item
.
avatar
}
/>
}
...
@@ -220,10 +226,10 @@ export default class FilterCardList extends PureComponent {
...
@@ -220,10 +226,10 @@ export default class FilterCardList extends PureComponent {
/
>
/
>
<
/div
>
<
/div
>
<
/Card
>
<
/Card
>
<
/
Col
>
<
/
List.Item
>
))
))
}
}
<
/
Row
>
<
/
List
>
<
/div
>
<
/div
>
<
/PageHeaderLayout
>
<
/PageHeaderLayout
>
);
);
...
...
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