vant的坑

1.轮播图设置,

.img {
width: 100%;
height: 100%;
object-fit: cover;
touch-action: none;
}
如果不设置不能达到 保持纵横比缩放图片,只保证图片的短边能完全显示出来
 
posted @ 2019-03-29 11:22  ThisCall  阅读(1172)  评论(0编辑  收藏  举报