forked from Gitlink/forgeplus-react
editor height
This commit is contained in:
parent
a6675d6c3f
commit
676914cc9d
|
@ -94,7 +94,7 @@ class m_editor extends Component {
|
|||
<div>
|
||||
<div className="">
|
||||
<Editor
|
||||
// height={this.state.x}
|
||||
height={"400px"}
|
||||
language={language ? language : "plaintext"}
|
||||
theme={"vs-grey"}
|
||||
placeholder="请输入内容"
|
||||
|
|
Loading…
Reference in New Issue