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>
   )