ant-design ConfigProvider componentSize 能否支持区分配置组件?

qyyhg6bp  于 2022-12-31  发布在  其他
关注(0)|答案(3)|浏览(190)
  • 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>
cwtwac6a

cwtwac6a1#

@zombieJ 我感觉用户可以自己封装个 props => <Table size="middle" { ...props } /> 组件,然后自己调用解决。

ufj5ltwl

ufj5ltwl2#

支持一个 function 也不错。

csbfibhn

csbfibhn3#

@AshoneA 你说的和功能请求所描述的感觉不是一个目的。

相关问题