src/templates/subtableconfig/menuform/index.jsx
@@ -5,6 +5,8 @@ import { formRule } from '@/utils/option.js' import './index.scss' const { TextArea } = Input class MainSearch extends Component { static propTpyes = { dict: PropTypes.object, // 字典项 @@ -102,7 +104,7 @@ message: formRule.input.message } ] })(<Input placeholder="" autoComplete="off" onChange={this.changeRemark}/>)} })(<TextArea rows={2} placeholder="" autoComplete="off" onChange={this.changeRemark}/>)} </Form.Item> </Col> </Row>