surely-vue / surely-table

Performant advanced table component
https://www.surely.cool
613 stars 83 forks source link

lykj-vip(加急): 自定义样式,fontsize、line-height、padding、autoHeight自定义后,渲染时抖动和滚动定位不准 #213

Open web-ning opened 8 months ago

web-ning commented 8 months ago
  1. fontsize、line-height、padding自定义后,渲染时会抖动(行高会增大然后缩小),数据量多和电脑性能差时很明显,已经影响感官;定位并滚动到指定位置时,位置不准
  2. autoHeight为true,定位并滚动到指定位置时,位置不准 https://codesandbox.io/p/devbox/practical-sid-x87pmv?file=%2Fsrc%2Fviews%2Fstyle.vue%3A168%2C41
tangjinzhou commented 8 months ago

image 请提供默认实例路由,我不能阅读你的每一个 demo

web-ning commented 8 months ago

好的,实例路由 https://x87pmv-5173.csb.app/style

tangjinzhou commented 8 months ago

1、添加 rowHeight 为接近最终行高的值,减少抖动,因为是自动行高,依然会有轻微抖动 2、对于滚动位置,因为是自动行高,行渲染后会动态改变高度,导致位置不准,你可以setTimeout多执行几次scrollTo