xujing 5 vuotta sitten
vanhempi
commit
647d487bad
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/pages/h5SampleManager/h5Sample/list.jsx

+ 1
- 1
src/pages/h5SampleManager/h5Sample/list.jsx Näytä tiedosto

@@ -60,7 +60,7 @@ function CartBody(props) {
60 60
       </div>
61 61
 
62 62
       }
63
-      <img className={Styles.cover} style={{ backgroundImage: `url(` + data.coverImg + `)` }}   ></img>
63
+      <img className={Styles.cover} style={{ backgroundImage: `url('` + data.coverImg + `')` }}   ></img>
64 64
       <p className={Styles.cardText} style={{ padding: '0.05rem 0.096rem' }}>
65 65
         {/* <span className={Styles.title}>样例名</span> */}
66 66
         <span style={{ textOverflow: 'ellipsis', whiteSpace: 'nowrap', overflow: 'hidden' }}>{data.sampleName}</span>