<h-tips tips="person" type="info">
<h-tag text="用户">
</h-tag>
</h-tips>
<h-tips tips="info" color="#ccc">
<h-tag text="标签二" color="#fff" style="background: purple;">
</h-tag>
</h-tips>
<h-tips tips="标签三" color="gold">
<h-tag text="标签三" style="background: gold;">
</h-tag>
</h-tips>
<h-tips tips="标签四" type="error">
<h-tag text="标签四" color="#fff" style="background: blue;">
</h-tag>
</h-tips>
<h-tips tips="标签五" type="success">
<h-tag text="标签五" style="background: cyan;">
</h-tag>
</h-tips>
<h-tips tips="标签六" type="success">
<h-tag text="标签六" style="background: #108ee9;">
</h-tag>
</h-tips>
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