Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.63k stars 724 forks source link

[Bug Report] 使用-虚拟滚动快速滑动的时候表头会出现抖动 #484

Open cliangtime opened 2 years ago

cliangtime commented 2 years ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Bug

Issue 标题

使用-虚拟滚动快速滑动的时候表头会出现抖动

仓库版本

v2.17.2

Vue 版本

2

浏览器

Chrome 101.0.4951.54

系统类型

Windows

重现链接

http://huangshuwei.gitee.io/vue-easytable/#/zh/doc/table/virtual-scroll

重现步骤

直接使用鼠标滚轮快速滑动即可复现

期望的结果是什么?

表头固定,不会闪烁

实际的结果是什么?

表头在闪烁

M-jiale commented 1 year ago

求助求助 重现了,好像还没有修复, 我用的最新版2.7

M-jiale commented 1 year ago

我是因为添加了 scroll-width="1300" 这个属性删除后问题消失!