在外部容器有scale缩放的情况下,虚拟列表的滚动条位置不正确
Closed this issue · 0 comments
CoCoManYY commented
复现地址:https://stackblitz.com/edit/react-i9zyca?file=demo.tsx,index.html,package.json
https://github.com/react-component/virtual-list/blob/master/src/List.tsx#L277 这里是不是应该直接消费offsetWidth
和offsetHeight
? 目前消费的width
和height
是通过getBoundingClientRect
取的,该值为相对视口的宽高,会根据缩放而变化。