md编辑器的高度

This commit is contained in:
caishi 2020-12-24 09:36:02 +08:00
parent d66b0580b7
commit 2905bb41a7
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ function Index(props){
<div>
<MDEditor
placeholder={"请输入描述信息"}
height={200}
height={500}
mdID={"order-new-description"}
initValue={content}
onChange={onContentChange}

View File

@ -266,7 +266,7 @@ class MergeForm extends Component {
</Form.Item>
<MDEditor
placeholder={"请输入合并请求的描述..."}
height={350}
height={450}
mdID={"merge-new-description"}
initValue={desc}
onChange={this.onContentChange}

View File

@ -320,7 +320,7 @@ class comments extends Component {
<div>
<MDEditor
placeholder={"添加评论..."}
height={200}
height={300}
mdID={
item_id
? "orderdetail-add-descriptions" + item_id