outaozhen 4 년 전
부모
커밋
d5464dd18b
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} style={{ height: '350px' }} />
+    <SimpleMDE value={cValue} onChange={handleEditorChange} />
   )
 }