src/templates/menuconfig/editthdmenu/menuform/index.jsx
@@ -3,6 +3,7 @@ import { Form, Row, Col, Input, Select } from 'antd' import './index.scss' const { TextArea } = Input class MainSearch extends Component { static propTpyes = { @@ -158,7 +159,7 @@ message: '地址最长为1024个字符!' } ] })(<Input placeholder="" autoComplete="off" />)} })(<TextArea rows={2} />)} </Form.Item> </Col> : null} </Row>