<h-task gutter="10">
<h-task-item
icon="https://oss-zjrs.haier.net/content/img/2022083111071051572166.png"
background="https://oss-zjrs.haier.net/content/img/2022083110445562514571.png"
heading="任务标题"
subheading="任务副标题"
buttonColor="#f0f"
height='88px'
headingstyle="color: red; fontSize:14px"
subheadingstyle="color: blue; fontSize:12px"
radius="[100, 100, 100, 100]"
button="去完成"
buttonbackground="#f00"
color="#fff"
></h-task-item>
<h-task-item
icon="https://oss-zjrs.haier.net/content/img/2022083111071051572166.png"
background="https://oss-zjrs.haier.net/content/img/2022083110445562514571.png"
heading="任务标题"
subheading="任务副标题"
height='88px'
button="已完成"
buttonbackground="#ddd"
color="#fff"
></h-task-item>
<h-task-item></h-task-item>
<h-task-item></h-task-item>
</h-task>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28