|
@@ -65,7 +65,7 @@ const H5Card = props => {
|
65
|
65
|
|
66
|
66
|
<div style={{ position: "absolute", bottom: "50px", right: "0.1rem", }}>
|
67
|
67
|
{(h5Data.tags || []).map((x, i) => {
|
68
|
|
- return <Tag style={{ marginTop: '10px' }} color={colerArr[i]}>{x}</Tag>
|
|
68
|
+ return <Tag style={{ marginTop: '10px',marginLeft:'0.1rem' }} color={colerArr[i]}>{x}</Tag>
|
69
|
69
|
})}
|
70
|
70
|
</div>
|
71
|
71
|
</Card>
|