outaozhen hace 4 años
padre
commit
d5464dd18b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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} />
   )
 }