lanjianrong пре 4 година
родитељ
комит
231d535441
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/pages/Hr/Notification/components/RighEditor.jsx

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

@@ -66,7 +66,7 @@ const RighEditor = ({ value, onChange }) => {
     })
   }, [])
   return (
-    <div className="h-200px rounded-2px leading-200px border border-hex-d9d9d9">
+    <div className="h-200px leading-200px ">
       <div ref={ref} />
     </div>
   )