-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
In the <a-table> component, when the x attribute of scroll is set, the table will appear abnormal when the page is loaded for the first time. #4993
Comments
本地电脑没复现 |
你好,请问是否可以复现当前问题 |
没能复现 😓 |
Hello @ll60. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please send your Pull Request to proper branch, fill the Pull Request Template here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution! 你好 @ll60,我们完全同意你的提议/反馈,欢迎直接在此仓库创建一个 Pull Request 来解决这个问题。请将 Pull Request 发到正确的分支,务必填写 Pull Request 内的预设模板,提供改动所需相应的 changelog、TypeScript 定义、测试用例、文档等,并确保 CI 通过,我们会尽快进行 Review,提前感谢和期待您的贡献。 |
确实有这个问题, 只要scroll的x属性设置了,无论为何值,组件第一次渲染就有这个显示bug |
能复现的帮忙看看呗 感谢 |
233...就用vite创建个初始项目,之后引入ant,用a-table,设置x就复现了,不知道为啥你电脑没复现..我用好几个同事的电脑,都有这种情况。有mac,有window.. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
3.0.0-alpha.14
Environment
操作系统: macOS12.0.1、浏览器: Chrome 版本 96.0.4664.55(正式版本) (arm64)、VUE版本: 3.2.16
Reproduction link
Steps to reproduce
页面创建一个,设置scroll的x为任意值,首次进入页面会出现异常现象,之后又正常,刷新页面可重现异常样式。
What is expected?
预期设置scroll的x值后,显示正常
What is actually happening?
设置scroll的x值后,表格首次进入页面出现异常显示,之后一瞬间又好了,貌似是table的内部容器,宽度样式丢失了。
请在本地电脑项目验证这一bug, 在线编辑器中无法重现当前问题。
The text was updated successfully, but these errors were encountered: