扫码关注官方订阅号
swiper 最后一个显示不全,能拖出来,但是一放手又回去了
业精于勤,荒于嬉;行成于思,毁于随。
可能是从container里面设置了padding值,之类的
这个应该是有一个属性的问题。你做的肯定是横向的多个列表的滑动效果是吧,
var swiper = new Swiper('.swiper-orange', { pagination: '.swiper-pagination', slidesPerView: 'auto', paginationClickable: true, spaceBetween: 20 });
slidesPerView这个字段设为'auto'
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
可能是从container里面设置了padding值,之类的
这个应该是有一个属性的问题。你做的肯定是横向的多个列表的滑动效果是吧,
slidesPerView这个字段设为'auto'