我正在使用React Router的Navlink
,需要获取背景图片并控制图片的大小。
这是我现在拥有的代码。
<NavLink className={classes.cricketLink} exact to ="/home/coupons" >Coupons</NavLink> ,
这是我们拥有的 JS中的CSS :
cricketLink: {
display: "flex",
width: "100%",
justifyContent: "center",
paddingTop: "20px",
textDecoration:"none",
color: "red",
/* backgroundImage: `url(${CricketMatchesIcon})` */
},