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
文档中通过设置nodeMinHeight给子节点添加min-height,来计算整个tree的高度 如果子节点的高度不固定,是否会影响总高度,导致虚拟滚动有问题
The text was updated successfully, but these errors were encountered:
高度差太多的话确实会有问题,目前是没有考虑不定高的 有使用场景么
Sorry, something went wrong.
比如这种部门名字过长,组件默认是不换行的,手动添加css覆盖使其换行,就会导致节点实际高度超过节点的min-height
No branches or pull requests
文档中通过设置nodeMinHeight给子节点添加min-height,来计算整个tree的高度
如果子节点的高度不固定,是否会影响总高度,导致虚拟滚动有问题
The text was updated successfully, but these errors were encountered: