傅行帆 пре 5 година
родитељ
комит
384e6f543e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      src/pages/sample/h5/components/H5Card.jsx

+ 2
- 2
src/pages/sample/h5/components/H5Card.jsx Прегледај датотеку

@@ -63,9 +63,9 @@ const H5Card = props => {
63 63
         <img onClick={toEdit} style={{ backgroundImage: `url('` + h5Data.coverImg + `')`, width: '100%', padding: '0 0 66.66% 0', marginBottom: '10px', backgroundSize: '100% 100%' }}   ></img>
64 64
         <Meta onClick={toEdit} title={h5Data.sampleName} />
65 65
 
66
-        <div style={{ position: "absolute", bottom: "50px", right: "0.1rem", }}>
66
+        <div style={{ position: "absolute", bottom: "50px", right: "0.1rem", marginLeft:'0.1rem'  }}>
67 67
           {(h5Data.tags || []).map((x, i) => {
68
-            return <Tag style={{ marginTop: '10px',marginLeft:'0.1rem' }} color={colerArr[i]}>{x}</Tag>
68
+            return <Tag style={{ marginTop: '10px'}} color={colerArr[i]}>{x}</Tag>
69 69
           })}
70 70
         </div>
71 71
       </Card>