editor height

This commit is contained in:
caishi 2021-09-30 20:58:28 +08:00
parent a6675d6c3f
commit 676914cc9d
1 changed files with 1 additions and 1 deletions

View File

@ -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="请输入内容"