forked from Gitlink/forgeplus-react
md编辑器的高度
This commit is contained in:
parent
d66b0580b7
commit
2905bb41a7
|
|
@ -78,7 +78,7 @@ function Index(props){
|
|||
<div>
|
||||
<MDEditor
|
||||
placeholder={"请输入描述信息"}
|
||||
height={200}
|
||||
height={500}
|
||||
mdID={"order-new-description"}
|
||||
initValue={content}
|
||||
onChange={onContentChange}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -320,7 +320,7 @@ class comments extends Component {
|
|||
<div>
|
||||
<MDEditor
|
||||
placeholder={"添加评论..."}
|
||||
height={200}
|
||||
height={300}
|
||||
mdID={
|
||||
item_id
|
||||
? "orderdetail-add-descriptions" + item_id
|
||||
|
|
|
|||
Loading…
Reference in New Issue