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
复现地址
当pagination的祖先元素设置了transform的scale时,每页数量的下拉框的定位不准确
pagination
transform
scale
经过源码调试,只需要简单去除Select组件上的{ getPopupContainer: (triggerNode) => triggerNode.parentNode }即可。 已提交PR。 ❓ 但是为什么源码当中有这么一个默认的选项,还不是很清楚。
Select
{ getPopupContainer: (triggerNode) => triggerNode.parentNode }
PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
最小复现
复现地址
发生情况
当
pagination
的祖先元素设置了transform
的scale
时,每页数量的下拉框的定位不准确解决
经过源码调试,只需要简单去除
Select
组件上的{ getPopupContainer: (triggerNode) => triggerNode.parentNode }
即可。已提交
PR
。❓
但是为什么源码当中有这么一个默认的选项,还不是很清楚。
The text was updated successfully, but these errors were encountered: