swiper中的scroll-view无法滚动的问题
2024-05-26 本文已影响0人
缘之空_bb11
WechatIMG338.jpg
红色框中的部分是swiper,其中内容使用的是的scroll-view进行填充, 在使用中发现scroll-view无法滚动.
解决方法:
需要对swiper-item中的scroll-view设置 height: 100%, width: 100%;
<!-- 列表 注意: :style="{width: 100 + '%', height : 100 + '%'}" 必须设置,否则无法滑动 -->
<scroll-view scroll-y="true" :style="{width: 100 + '%', height : 100 + '%'}" @scrolltolower="scrolltolower">