ant-design 部分带有Input组件在ConfigProvider中设置的variant无效

nafvub8i  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(50)

https://codepen.io/dmsfrc/pen/GRbREjy

Steps to reproduce

  • Pagination 等组件外层套上 ConfigProvider
  • ConfigProvider 中设置 variant={'filled'}

What is expected?

Pagination 中带有的 SelectInputInputNumber 样式变为 filled

What is actually happening?

Pagination 中带有的 Select 样式正确变化,但 InputInputNumber 样式未发生变化
| Environment | Info |
| ------------ | ------------ |
| antd | 5.19.1 |
| React | 18.2.0 |
| System | Windows 11 |
| Browser | Chrome 126 |

eit6fx6z

eit6fx6z1#

Pagination 里的 input 自己写的样式没有复用 Input 组件,需要改造

相关问题