8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
macos 12.7.1/chrome 136.0.7103.93/vue2
https://run.iviewui.com/nshY2YIu
特定字符串在特定宽度下,fixed高度不一致导致表格行错位
表格同一行单元格高度一致
fixed的单元格高度不一致导致错位
表格宽度2001px,比fixed占位表格宽度(2000px)多出1像素, 第二列显示宽度200.09px,占位宽度是200px, 而特定长度的字符串恰好因为少了0.09px导致换行,占位比显示多了一行文字的高度,导致了表格错位。 这个问题在vue3版本的view-ui-plus同样存在
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
macos 12.7.1/chrome 136.0.7103.93/vue2
Reproduction link
https://run.iviewui.com/nshY2YIu
Steps to reproduce
特定字符串在特定宽度下,fixed高度不一致导致表格行错位
What is expected?
表格同一行单元格高度一致
What is actually happening?
fixed的单元格高度不一致导致错位
表格宽度2001px,比fixed占位表格宽度(2000px)多出1像素,
第二列显示宽度200.09px,占位宽度是200px,
而特定长度的字符串恰好因为少了0.09px导致换行,占位比显示多了一行文字的高度,导致了表格错位。
这个问题在vue3版本的view-ui-plus同样存在
The text was updated successfully, but these errors were encountered: