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

html部分

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

css部分

.imgBox{ 
   width: 250px;
   height: 150px;
   background-size: cover;
}
发布了29 篇原创文章 · 获赞 32 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/weixin_41698051/article/details/102871527
今日推荐