king
2021-04-07 f3167f8371d19d0ea8fe7d0e7af5517ff0b08cd2
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>