pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

🐛[BUG]ProFormTextArea 的style属性失效

Open zwd609258057 opened this issue 3 years ago • 0 comments
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、查看浏览器编译后的代码

image

🏞 期望结果

ProFormTextArea 的style属性生效

zwd609258057 avatar Jul 18 '22 03:07 zwd609258057