outaozhen 4 年之前
父节点
当前提交
7caa7a86db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/Hr/Notification/components/RighEditor.jsx

+ 1 - 1
src/pages/Hr/Notification/components/RighEditor.jsx

@@ -16,7 +16,7 @@ const RighEditor = ({ value, onChange }) => {
     //   renderHTML={text => mdParser.render(text)}
     //   onChange={handleEditorChange}
     // />
-    <SimpleMDE value={cValue} onChange={handleEditorChange} />
+    <SimpleMDE value={cValue} onChange={handleEditorChange} style={{ height: '350px' }} />
   )
 }