--- order: 999 title: zh-CN: 在 Form 中 Debug en-US: Debug in Form debug: true --- ```tsx import { Input, AutoComplete, Form, TreeSelect, Button } from 'antd'; import { SearchOutlined } from '@ant-design/icons'; const formItemLayout = { labelCol: { xs: { span: 24 }, sm: { span: 8 }, }, wrapperCol: { xs: { span: 24 }, sm: { span: 16 }, }, }; export default () => (
} /> } />
); ```