--- order: 3.2 title: zh-CN: 表单标签可换行 en-US: label can wrap version: 4.18.0 --- ## zh-CN 使用 `labelWrap` 可以开启 `label` 换行。 ## en-US Turn on `labelWrap` to wrap label if text is long. ```tsx import { Form, Input, Button } from 'antd'; const Demo = () => (