代码如下:
<scroller :lock-y='true' :scrollbar-x="false" >
<p class="box-container" >
<p class="box-item" v-for="item in expenseList" >
<img src="{{item.pic}}">
<p class="sub-title">{{item.title}}</p>
<p class="sub-price">{{item.price}}</p>
</p>
</p>
</scroller>
用其滑动左右的时候,点到子元素稍微不是横向的移动鼠标则会影响到html的滚动条请问如何解决?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你的问题有解决吗?我也遇到了这个问题