Browse Source

编辑器加布局

moshaorui 1 day ago
parent
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>