pro-components
pro-components copied to clipboard
🐛[BUG] slider 设置width 不生效问题
🐛 bug 描述
<ProFormSlider name="slider" width="md" />
width 不会生效,调试看了下没有加类名“pro-field-md”
不知道是不是 slider 组件源码设置了 fieldConfig:{ignoreWidth: true} 有关系
Same here. I need to set filedConfig={{ ignoreWidth: false }} to make width work