src/templates/sharecomponent/searchcomponent/searchform/index.jsx
@@ -4,9 +4,8 @@ import { dateOptions, matchReg, formRule } from '@/utils/option.js' import EditTable from '../searcheditable' import Utils from '@/utils/utils.js' import CodeMirror from '@/templates/zshare/codemirror' import './index.scss' const { TextArea } = Input const groupOptions = [ { @@ -478,7 +477,7 @@ message: this.props.dict['form.required.input'] + item.label + '!' } ] })(<TextArea rows={4} />)} })(<CodeMirror />)} </Form.Item> </Col> )