Reproduction link
https://codepen.io/dmsfrc/pen/GRbREjy
Steps to reproduce
- 在
Pagination
等组件外层套上ConfigProvider
- 在
ConfigProvider
中设置variant={'filled'}
What is expected?
Pagination
中带有的 Select
, Input
或 InputNumber
样式变为 filled
What is actually happening?
Pagination
中带有的 Select
样式正确变化,但 Input
或 InputNumber
样式未发生变化
| Environment | Info |
| ------------ | ------------ |
| antd | 5.19.1 |
| React | 18.2.0 |
| System | Windows 11 |
| Browser | Chrome 126 |
1条答案
按热度按时间eit6fx6z1#
Pagination 里的 input 自己写的样式没有复用 Input 组件,需要改造