- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
我们目前的项目中只想配置Table组件默认尺寸为 middle
,不改变其他组件的尺寸
What does the proposed API look like?
<ConfigProvider componentSize={{table: 'middle'}}></ConfigProvider>
3条答案
按热度按时间cwtwac6a1#
@zombieJ 我感觉用户可以自己封装个
props => <Table size="middle" { ...props } />
组件,然后自己调用解决。ufj5ltwl2#
支持一个 function 也不错。
csbfibhn3#
@AshoneA 你说的和功能请求所描述的感觉不是一个目的。