ant-design / pro-components

🏆 Use Ant Design like a Pro!
https://pro-components.antdigital.dev
MIT License
4.04k stars 1.29k forks source link

🐛[BUG] Descriptions contentStyle 属性不生效 #8266

Closed osinglee closed 1 month ago

osinglee commented 1 month ago

提问前先看看:

https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md

🐛 bug 描述

Descriptions contentStyle 属性不生效

📷 复现步骤

Descriptions contentStyle 属性不生效 查看源代码,设置的contentStyle 始终被覆盖

🏞 期望结果

能正常传参

💻 复现代码

当前版本源代码

<Descriptions className={className} {...rest} contentStyle={{ minWidth: 0, }}

© 版本信息

🚑 其他信息