Explorar el Código

修改页面点击空白处不关闭

tianyunperfect hace 4 años
padre
commit
95895cf42e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/pages/Memory/components/UpdateForm.tsx

+ 2 - 2
src/pages/Memory/components/UpdateForm.tsx

@@ -154,7 +154,7 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => {
       <div>
         <h4>正面</h4>
         <Quill
-          theme={"snow"}
+          theme="snow"
           readonly={false}
           onChange={(value) => {
             dealHtml(value, (html: string) => {
@@ -167,7 +167,7 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => {
         <p/>
         <h4>反面</h4>
         <Quill
-          theme={"snow"}
+          theme="snow"
           readonly={false}
           onChange={(value) => {
             dealHtml(value, (html: string) => {