pro-components
pro-components copied to clipboard
🐛[BUG]ProFormTextArea 的style属性失效
trafficstars
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🐛 bug 描述
ProFormTextArea 的style属性失效,ProFormTextArea编译后并未添加style
📷 复现步骤
1、输入源码
<ProForm.Item style={{ marginBottom: '10px' }} name="toEmail" label="收件人">
<TextArea />
</ProForm.Item>
<ProFormTextArea style={{ marginBottom: '10px' }} name="toEmail" label="收件人" />
2、查看浏览器编译后的代码

🏞 期望结果
ProFormTextArea 的style属性生效