vue 动态引入图片,背景图引入,图片自适应盒子宽高,不会变形拉伸

mac2026-06-06  6

html部分

<div class="imgBox" :style="{backgroundImage:'url('+imgUrl+')'}"></div>

css部分

.imgBox{ width: 250px; height: 150px; background-size: cover; }
最新回复(0)