Update form.html

This commit is contained in:
邹景立 2021-03-16 15:53:39 +08:00
parent 39a77b444e
commit 5ef5a44a1c

View File

@ -34,7 +34,7 @@
<script>
require(['ckeditor'], function () {
window.createEditor('[name=content]', {height: 300});
window.createEditor('[name=content]', {height: 600});
});
</script>
{/block}