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
原因:测量元素宽高时使用的是offsetHeight/offsetWidth,会自动转整数,导致元素实际宽度大于容器宽度
The text was updated successfully, but these errors were encountered:
你好,导致显示不完整的富文本内容,方便提供下吗,我验证下
Sorry, something went wrong.
@zhensherlock fontSize: 12px时
<div> <div> testtesttest </div> <div> testtesttest </div> <div> 2024-07-05 12:00:00 </div> </div>
感谢你在我们项目中发现并修复了漏洞。你的 PR 已合并,并且最新版本v1.5.2已发布。再次感谢你的支持和帮助!
No branches or pull requests
原因:测量元素宽高时使用的是offsetHeight/offsetWidth,会自动转整数,导致元素实际宽度大于容器宽度
The text was updated successfully, but these errors were encountered: