lanjianrong 4 лет назад
Родитель
Сommit
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>
   )