1
1
< section >
2
- < div class ="header ">
3
- < h2 > 常规标签</ h2 >
4
- < p > · 标记与分类当前任务。 </ p >
5
- </ div >
6
- < div class ="body ">
7
- < span class ="mr-1 " thyLabel ="default "> Default</ span >
8
- < span class ="mr-1 " thyLabel ="primary "> Primary</ span >
9
- < span class ="mr-1 " thyLabel ="success "> Success</ span >
10
- < span class ="mr-1 " thyLabel ="info "> Info</ span >
11
- < span class ="mr-1 " thyLabel ="warning "> Warning</ span >
12
- < br />
13
- < br />
14
- < span class ="mr-1 " thyLabel ="emboss-default "> emboss-default</ span >
15
- < span class ="mr-1 " thyLabel ="emboss-primary "> emboss-primary</ span >
16
- < span class ="mr-1 " thyLabel ="emboss-warning "> emboss-warning</ span >
17
- < span class ="mr-1 " thyLabel ="emboss-danger "> emboss-danger</ span >
18
- < hr > 自定义颜色
19
- < code > #7076fa</ code > 覆盖
20
- < span class ="mr-1 " thyLabel [thyLabelColor] ="color "> Danger</ span >
21
- < span class ="mr-1 " thyLabel ="emboss-default " [thyLabelColor] ="'' "> emboss-primary</ span >
22
- < span class ="mr-1 " thyLabel ="emboss-default " [thyLabelColor] ="color "> emboss-primary</ span >
23
- < hr />
24
- < span class ="mr-1 " thyLabel ="default " thyHasHover ="true " thyBeforeIcon ="wtf-th- plus " (click) ="add() "> 添加标签</ span >
25
- < span class ="mr-1 " thyLabel ="primary " thyHasHover ="true " thyAfterIcon ="wtf-times " (thyOnRemove) ="remove() ">
26
- 重要不紧急
27
- </ span >
28
- < span class ="mr-1 " thyLabel ="default " thyHasHover ="true " (click) ="showMore() "> …</ span >
29
- < br >
30
- < br >
31
- < span thyLabel ="default " thyAfterIcon ="wtf-times " (thyOnRemove) ="remove() "> default</ span >
32
- </ div >
2
+ < div class ="header ">
3
+ < h2 > 常规标签</ h2 >
4
+ < p > · 标记与分类当前任务。</ p >
5
+ </ div >
6
+ < div class ="body ">
7
+ < span class ="mr-1 " thyLabel ="default "> Default</ span >
8
+ < span class ="mr-1 " thyLabel ="primary "> Primary</ span >
9
+ < span class ="mr-1 " thyLabel ="success "> Success</ span >
10
+ < span class ="mr-1 " thyLabel ="info "> Info</ span >
11
+ < span class ="mr-1 " thyLabel ="warning "> Warning</ span >
12
+ < br />
13
+ < br />
14
+ < span class ="mr-1 " thyLabel ="emboss-default "> emboss-default</ span >
15
+ < span class ="mr-1 " thyLabel ="emboss-primary "> emboss-primary</ span >
16
+ < span class ="mr-1 " thyLabel ="emboss-warning "> emboss-warning</ span >
17
+ < span class ="mr-1 " thyLabel ="emboss-danger "> emboss-danger</ span >
18
+ < hr />
19
+ 自定义颜色 < code > #7076fa</ code > 覆盖
20
+ < span class ="mr-1 " thyLabel [thyLabelColor] ="color "> Danger</ span >
21
+ < span class ="mr-1 " thyLabel ="emboss-default " [thyLabelColor] ="'' "> emboss-primary</ span >
22
+ < span class ="mr-1 " thyLabel ="emboss-default " [thyLabelColor] ="color "> emboss-primary</ span >
23
+ < hr />
24
+ < span class ="mr-1 " thyLabel ="default " thyHasHover ="true " thyBeforeIcon ="plus " (click) ="add() "> 添加标签</ span >
25
+ < span class ="mr-1 " thyLabel ="primary " thyHasHover ="true " thyAfterIcon ="close " (thyOnRemove) ="remove() ">
26
+ 重要不紧急
27
+ </ span >
28
+ < span class ="mr-1 " thyLabel ="default " thyHasHover ="true " (click) ="showMore() "> …</ span >
29
+ < br / >
30
+ < br / >
31
+ < span thyLabel ="default " thyAfterIcon ="close " (thyOnRemove) ="remove() "> default</ span >
32
+ </ div >
33
33
</ section >
34
34
35
35
< section >
36
- < div class ="header ">
37
- < h2 > 大小</ h2 >
38
- </ div >
39
- < div class ="body ">
40
- < span class ="mr-1 " thyLabel ="default " thySize ="sm "> 标签 sm 20</ span >
41
- < span class ="mr-1 " thyLabel ="default "> 标签 default 22</ span >
42
- < span class ="mr-1 " thyLabel ="default " thySize ="md "> 标签 md 24</ span >
43
- < span class ="mr-1 " thyLabel ="default " thySize ="lg "> 标签 lg 26</ span >
44
- </ div >
36
+ < div class ="header ">
37
+ < h2 > 大小</ h2 >
38
+ </ div >
39
+ < div class ="body ">
40
+ < span class ="mr-1 " thyLabel ="default " thySize ="sm "> 标签 sm 20</ span >
41
+ < span class ="mr-1 " thyLabel ="default "> 标签 default 22</ span >
42
+ < span class ="mr-1 " thyLabel ="default " thySize ="md "> 标签 md 24</ span >
43
+ < span class ="mr-1 " thyLabel ="default " thySize ="lg "> 标签 lg 26</ span >
44
+ </ div >
45
45
</ section >
46
46
47
47
< section >
48
- < div class ="header ">
49
- < h2 > 状态标签</ h2 >
50
- < p > · 显示“审批”、“考核”、“公告”、“投票”等操作的当前状态</ p >
51
- </ div >
52
- < div class ="body ">
53
- < span class ="mr-1 " thyLabel ="warning " thyLabelType ="state "> 未开始</ span >
54
- < span class ="mr-1 " thyLabel ="primary " thyLabelType ="state "> 进行中</ span >
55
- < span class ="mr-1 " thyLabel ="danger " thyLabelType ="state "> 已结束</ span >
56
- < span class ="mr-1 " thyLabel ="default " thyLabelType ="state "> 已作废</ span >
57
- < span class ="mr-1 " thyLabel ="default " thyLabelType ="state "> 已撤销</ span >
58
- </ div >
48
+ < div class ="header ">
49
+ < h2 > 状态标签</ h2 >
50
+ < p > · 显示“审批”、“考核”、“公告”、“投票”等操作的当前状态</ p >
51
+ </ div >
52
+ < div class ="body ">
53
+ < span class ="mr-1 " thyLabel ="warning " thyLabelType ="state "> 未开始</ span >
54
+ < span class ="mr-1 " thyLabel ="primary " thyLabelType ="state "> 进行中</ span >
55
+ < span class ="mr-1 " thyLabel ="danger " thyLabelType ="state "> 已结束</ span >
56
+ < span class ="mr-1 " thyLabel ="default " thyLabelType ="state "> 已作废</ span >
57
+ < span class ="mr-1 " thyLabel ="default " thyLabelType ="state "> 已撤销</ span >
58
+ </ div >
59
59
</ section >
60
60
61
61
< section >
62
- < div class ="header ">
63
- < h2 > 状态标签2</ h2 >
64
- < p > · 多用于“销售_客户详情_沟通状态”展示,状态颜色由管理员自定义</ p >
65
- </ div >
66
- < div class ="body ">
67
- < span class ="mr-1 " thyLabel ="default " thyLabelType ="pill ">
68
- < span class ="thy-dot thy-dot-label " thyLabel [thyLabelColor] ="color "> </ span >
69
- 初步沟通
70
- </ span >
71
- < span class ="mr-1 " thyLabel ="default " thyLabelType ="pill ">
72
- < span class ="thy-dot thy-dot-label " thyLabel [thyLabelColor] ="color1 "> </ span >
73
- 确定意向
74
- </ span >
75
- < span thyLabel ="default " thyLabelType ="pill ">
76
- < span class ="thy-dot thy-dot-label " thyLabel ="primary "> </ span >
77
- 签约成交
78
- </ span >
79
- </ div >
62
+ < div class ="header ">
63
+ < h2 > 状态标签2</ h2 >
64
+ < p > · 多用于“销售_客户详情_沟通状态”展示,状态颜色由管理员自定义</ p >
65
+ </ div >
66
+ < div class ="body ">
67
+ < span class ="mr-1 " thyLabel ="default " thyLabelType ="pill ">
68
+ < span class ="thy-dot thy-dot-label " thyLabel [thyLabelColor] ="color "> </ span >
69
+ 初步沟通
70
+ </ span >
71
+ < span class ="mr-1 " thyLabel ="default " thyLabelType ="pill ">
72
+ < span class ="thy-dot thy-dot-label " thyLabel [thyLabelColor] ="color1 "> </ span >
73
+ 确定意向
74
+ </ span >
75
+ < span thyLabel ="default " thyLabelType ="pill ">
76
+ < span class ="thy-dot thy-dot-label " thyLabel ="primary "> </ span >
77
+ 签约成交
78
+ </ span >
79
+ </ div >
80
80
</ section >
81
81
82
82
< section >
83
- < div class ="header ">
84
- < h2 > 状态标签-任务</ h2 >
85
- < p > ·任务状态的展示,通用在看板、表格、列表等</ p >
86
- </ div >
87
- < div class ="body ">
88
- < span *ngFor ="let status of statusLabels " class ="mr-3 " [thyBeforeIcon] ="status.icon " thyLabel ="emboss-status "
89
- [thyLabelColor] ="status.color "> {{status.name}}</ span >
90
- </ div >
83
+ < div class ="header ">
84
+ < h2 > 状态标签-任务</ h2 >
85
+ < p > ·任务状态的展示,通用在看板、表格、列表等</ p >
86
+ </ div >
87
+ < div class ="body ">
88
+ < span
89
+ *ngFor ="let status of statusLabels "
90
+ class ="mr-3 "
91
+ [thyBeforeIcon] ="status.icon "
92
+ thyLabel ="emboss-status "
93
+ [thyLabelColor] ="status.color "
94
+ > {{ status.name }}</ span
95
+ >
96
+ </ div >
91
97
</ section >
92
98
93
99
< section >
94
- < div class ="header ">
95
- < h2 > 固定标签</ h2 >
96
- < p > ·用于描述任务间的关联关系,不可修改文案及颜色</ p >
97
- </ div >
98
- < div class ="body ">
99
- < span *ngFor ="let status of relationLabels " class ="mr-3 " thyLabel ="outline " [thyLabelColor] ="status.color "> {{status.name}}</ span >
100
- </ div >
100
+ < div class ="header ">
101
+ < h2 > 固定标签</ h2 >
102
+ < p > ·用于描述任务间的关联关系,不可修改文案及颜色</ p >
103
+ </ div >
104
+ < div class ="body ">
105
+ < span *ngFor ="let status of relationLabels " class ="mr-3 " thyLabel ="outline " [thyLabelColor] ="status.color "> {{
106
+ status.name
107
+ }}</ span >
108
+ </ div >
101
109
</ section >
102
110
103
- < api-parameters [parameters] ="apiParameters "> </ api-parameters >
111
+ < api-parameters [parameters] ="apiParameters "> </ api-parameters >
0 commit comments