🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
设置横向滚动图片,纵向则`scroll-y="true"` ``` <scroll-view class="" scroll-x="true"> <image src="/swiper/l1.jpg" catchtap="click"/> <image src="/swiper/l2.jpg" /> <image src="/swiper/l3.jpg" /> <image src="/swiper/l4.jpg" /> </scroll-view> ``` 其中当设置横向滚动时,wxss设置: ``` white-space: nowrap; ``` 具体参考[官方文档](https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html)