Skip to content

Commit eea62b6

Browse files
author
seraphimrose
committed
card height
1 parent 9a3c7bf commit eea62b6

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

app/component/card/card.css

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
position: relative;
33
width: 260px;
44
padding: 5px;
5+
min-height: 60px;
56
margin-bottom: 8px;
67
background: #FFF;
78
border-radius: 5px;

app/config/entity.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
board: {
33
title: "饿了么网上订餐",
4-
list: ['1', '2', '3']
4+
list: ['1', '2', '3', '4']
55
},
66

77
list: {
@@ -17,6 +17,10 @@ export default {
1717
title: "Finish",
1818
card: ['8', '9', '10']
1919

20+
},
21+
4: {
22+
title: "建议",
23+
card: []
2024
}
2125
},
2226

@@ -33,8 +37,7 @@ export default {
3337
},
3438
3: {
3539
title: "部署服务器升级",
36-
tag: ['4'],
37-
member: ['1']
40+
tag: ['4']
3841
},
3942
4: {
4043
title: "饿了么主站Web页开发",
@@ -57,7 +60,6 @@ export default {
5760
},
5861
8: {
5962
title: "线上问卷调查 “点外卖时你最常吃哪种类型的食物”等",
60-
tag: ['5'],
6163
member: ['5', '6']
6264
},
6365
9: {
@@ -73,7 +75,7 @@ export default {
7375
11: {
7476
title: "建立微信公众号",
7577
tag: ["5"],
76-
member: ["1", "2", "5", "6"]
78+
member: ["1", "5", "6"]
7779
}
7880

7981
},

app/config/next.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
list: '4',
2+
list: '5',
33
card: '12',
44
tag: '7'
55
}

0 commit comments

Comments
 (0)