We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.9.4@naruto
No response
在官方文档中“虚拟滚动”提供的示例代码中修改高度超过600即可复现
在任何高度下都应该可以完整地渲染整个可视区域
在设置height为400时正常渲染;如果为600,第一屏正常,但是随着滚动会导致可视区域的下半区域不再渲染节点,并维持在很小的一个高度。
Vue(2.7.14)
Window11
20.12.2
这个bug严重影响了虚拟滚动最基本的使用
The text was updated successfully, but these errors were encountered:
👋 @DanielShuguang,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
tdesign-vue 版本
1.9.4@naruto
重现链接
No response
重现步骤
在官方文档中“虚拟滚动”提供的示例代码中修改高度超过600即可复现
期望结果
在任何高度下都应该可以完整地渲染整个可视区域
实际结果
在设置height为400时正常渲染;如果为600,第一屏正常,但是随着滚动会导致可视区域的下半区域不再渲染节点,并维持在很小的一个高度。
框架版本
Vue(2.7.14)
浏览器版本
No response
系统版本
Window11
Node版本
20.12.2
补充说明
这个bug严重影响了虚拟滚动最基本的使用
The text was updated successfully, but these errors were encountered: