Compare commits

...

2 Commits

Author SHA1 Message Date
邹景立
374d65be49 Update form.html 2022-05-29 15:53:47 +08:00
邹景立
4a5f57c3d4 修改文本编辑器 2022-05-29 15:47:44 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long