react的jsx中backgroundSize不能使用,如何做才能达到同样的效果,固定宽高,图片宽度100%,高度超出隐藏,这样图片就不会变形
<div style={{ background: `url("${head}")`, backgroundRepeat:"no-repeat", width: "3.75rem", height: "3rem", backgroundSize:"cover" }}></div>
ITMISS
相关分类