傅行帆 5 yıl önce
ebeveyn
işleme
6256ceb692
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/pages/sample/h5/components/H5Card.jsx

+ 1
- 1
src/pages/sample/h5/components/H5Card.jsx Dosyayı Görüntüle

65
 
65
 
66
         <div style={{ position: "absolute", bottom: "50px", right: "0.1rem", }}>
66
         <div style={{ position: "absolute", bottom: "50px", right: "0.1rem", }}>
67
           {(h5Data.tags || []).map((x, i) => {
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
         </div>
70
         </div>
71
       </Card>
71
       </Card>