美文网首页
swiper中的scroll-view无法滚动的问题

swiper中的scroll-view无法滚动的问题

作者: 缘之空_bb11 | 来源:发表于2024-05-26 19:42 被阅读0次
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">

相关文章

网友评论

      本文标题:swiper中的scroll-view无法滚动的问题

      本文链接:https://www.haomeiwen.com/subject/kzpqqjtx.html