chenxuan0000 / vue-seamless-scroll

:beginner:A simple, seamless scrolling for Vue.js vue无缝滚动component
https://chenxuan0000.github.io/vue-seamless-scroll/
MIT License
1.83k stars 332 forks source link

华为P50E HarmonyOS 4.0.0 展示两行问题 #219

Open songmengda opened 1 year ago

songmengda commented 1 year ago
image

使用插件配置如下 classOption: { step: 1, limitMoveNum: 1, direction: 2, hoverStop: false, },

经排查 华为P50E手机对样式失效 float : left

会出现2行的情况。

songmengda commented 1 year ago

我是通过获取dom 并重写样式解决的,将float清空,并将其div 设置为行内元素,同时将滚动元素设置为弹性布局 再次调用 reset()方法解决的