当我的显示尺寸小于1170px时,owl轮播div宽度溢出。我该怎么办?
QtConcurrent::run()
答案 0 :(得分:0)
试试这个! autoWidth true或你修改css! 在js
$('.owl-carousel').owlCarousel({
margin:10,
loop:true,
autoWidth:true,
items:4
})
或在css
@media screen and (min-width: 480px) {
body {
background-color: lightgreen;
}
}