outaozhen il y a 4 ans
Parent
commit
7caa7a86db
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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' }} />
   )
 }