Update form.html

This commit is contained in:
邹景立 2022-05-29 15:53:47 +08:00
parent 4a5f57c3d4
commit 374d65be49

View File

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