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 (
   return (
-    <div className="h-200px rounded-2px leading-200px border border-hex-d9d9d9">
+    <div className="h-200px leading-200px ">
       <div ref={ref} />
       <div ref={ref} />
     </div>
     </div>
   )
   )