Why does Form.Item in antd not support labelWidth but adopt labelCol??

can you ask why Form.Item in antd does not support labelWidth but adopts labelCol?? For the label I think it is better to use a fixed width, the grid layout is very painful, have to adjust the resolution of each level, and do not support line wrapping.

Jan.27,2022

you are so right. How to solve it?


you can try to write labelCol= {{style: {width: 100}

.
Menu