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
main
No response
第一个元素是table的时候,在表格分页的时候高度计算错误,拿到的第一行空元素的高度是32,渲染拆分后的第二页第一行空元素重置8,导致拆分后的表格再次拆分
分页后的表格正常渲染不会再起拆分到第一页
第一次拿到空元素的高度和拆分后拿到的高度不一致,拆分后的表格渲染错误
The text was updated successfully, but these errors were encountered:
fix: first row height boundary error #563
6ada65e
No branches or pull requests
version
main
Link to minimal reproduction
No response
Steps to reproduce
第一个元素是table的时候,在表格分页的时候高度计算错误,拿到的第一行空元素的高度是32,渲染拆分后的第二页第一行空元素重置8,导致拆分后的表格再次拆分

What is expected?
分页后的表格正常渲染不会再起拆分到第一页
What is actually happening?
第一次拿到空元素的高度和拆分后拿到的高度不一致,拆分后的表格渲染错误
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: