Bladeren bron

编辑器加布局

moshaorui 2 dagen geleden
bovenliggende
commit
523e2615c1

+ 1 - 0
resources/views/admin/form_custom/editor.blade.php

@@ -52,5 +52,6 @@
             }
         });
     }
+    opts.max_height = 730;
     tinymce.init(opts)
 </script>

+ 1 - 0
resources/views/distributor/form_custom/editor.blade.php

@@ -52,5 +52,6 @@
             }
         });
     }
+    opts.max_height = 730;
     tinymce.init(opts)
 </script>