From 557651e384bae7d46b756481e0b7fcd7138b72a9 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Tue, 29 Mar 2022 12:47:31 +0800 Subject: [PATCH] Update config.js --- src/static/ckeditor/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/ckeditor/config.js b/src/static/ckeditor/config.js index b913681b..5ee5ad93 100644 --- a/src/static/ckeditor/config.js +++ b/src/static/ckeditor/config.js @@ -19,7 +19,7 @@ CKEDITOR.editorConfig = function (config) { { name: 'tools', groups: ['tools'] } ]; config.removePlugins = 'exportpdf'; - config.height = 500; + config.height = 450; config.extraPlugins = 'html5video,dedepagebreak,textindent'; config.removeButtons = 'About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField'; config.font_names='宋体/SimSun;楷体/KaiTi;黑体/SimHei;微软雅黑/Microsoft YaHei;微软正黑/Microsoft JhengHei'+ config.font_names;