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
4.0.1
[email protected]
1::打开复现链接 2:滚动鼠标。出现悬浮按钮 3:观察悬浮按钮
按钮正确渲染为主题色
按钮渲染为默认颜色
antdv版本为4.0.3,
原因应该是ABackTop组件接受的props:type并未传递/穿透 给 AFloatButton组件,导致底层组件无法接受到type值 参考源码: components/float-button/BackTop.tsx 33 (移除ABackTop组件props.type 声明) 或 components/float-button/BackTop.tsx 120 (为AFloatButton组件添加props.type值)
The text was updated successfully, but these errors were encountered:
我来瞅瞅
Sorry, something went wrong.
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.
No branches or pull requests
Version
4.0.1
Environment
[email protected]
Reproduction link
Steps to reproduce
1::打开复现链接
2:滚动鼠标。出现悬浮按钮
3:观察悬浮按钮
What is expected?
按钮正确渲染为主题色
What is actually happening?
按钮渲染为默认颜色
antdv版本为4.0.3,
原因应该是ABackTop组件接受的props:type并未传递/穿透 给 AFloatButton组件,导致底层组件无法接受到type值


参考源码:
components/float-button/BackTop.tsx 33 (移除ABackTop组件props.type 声明)
或 components/float-button/BackTop.tsx 120 (为AFloatButton组件添加props.type值)
The text was updated successfully, but these errors were encountered: