react-component / pagination

React Pagination
https://pagination-react-component.vercel.app/
MIT License
658 stars 327 forks source link

fix(): :bug: 每页数量下拉定位不准确 #473

Open food-billboard opened 1 year ago

food-billboard commented 1 year ago

🤔 这个变动的性质是?

🔗 相关 Issue

相关issue

💡 需求背景和解决方案

当pagination的祖先元素设置了transform的scale时,每页数量的下拉框的定位不准确。

去除Select组件上的{ getPopupContainer: (triggerNode) => triggerNode.parentNode } props。

📝 更新日志

语言 更新描述
🇺🇸 英文
🇨🇳 中文

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项。⚠️

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
pagination ✅ Ready (Inspect) Visit Preview Dec 3, 2022 at 8:58AM (UTC)
afc163 commented 7 months ago

看看 5.x 最新版本是否还存在这个问题。