src/mob/contupdate/index.jsx
@@ -115,7 +115,7 @@ initialValue: element.content })(element.eleType !== 'textarea' ? <Input placeholder="" autoComplete="off" onPressEnter={this.handleSubmit} /> : <TextArea autosize={{ minRows: 2, maxRows: 3 }} onPressEnter={this.handleSubmit} /> <TextArea autoSize={{ minRows: 2, maxRows: 3 }} onPressEnter={this.handleSubmit} /> )} {element.eleType === 'link' ? <div className="link-url"> <p>链接地址:</p>