This website works better with JavaScript
Home
Explore
Help
Register
Sign In
igamebox
/
mtb_dcatadmin_plus
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
编辑器加布局
moshaorui
1 day ago
parent
5b90d935b0
commit
523e2615c1
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
1
0
resources/views/admin/form_custom/editor.blade.php
1
0
resources/views/distributor/form_custom/editor.blade.php
+ 1
- 0
resources/views/admin/form_custom/editor.blade.php
View File
@@ -52,5 +52,6 @@
}
});
}
+ opts.max_height = 730;
tinymce.init(opts)
</script>
+ 1
- 0
resources/views/distributor/form_custom/editor.blade.php
View File
@@ -52,5 +52,6 @@
}
});
}
+ opts.max_height = 730;
tinymce.init(opts)
</script>