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

为什么在滚动下一屏的时候没有显示 等到数据滚到最上面的时候突然又出现了? #185

Open Messilimeng opened 3 years ago

Messilimeng commented 3 years ago

内容包含echart 数据 image

Messilimeng commented 3 years ago

css如下 .warp { height: 100% ; width: 100%; margin: 0 auto; overflow: hidden; ul { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; li { flex: auto; width: 10rem; display: flex; justify-content: space-between; } } }

Messilimeng commented 3 years ago
  setInterval(() => {
    this.getOutPutInfo();
  }, 10000);

把我获取数据源的接口放在定时器里面后 貌似情况解决了 但是 这会导致 内存越站越高 最终导致页面崩溃 不知道为什么

Friends233 commented 2 years ago

我也遇到这个问题了

fogjoe commented 2 years ago

I met the question, too. Can you have any better method?