打开/statics/js/ckeditor/ckeditor.js
(1)搜索代码:
改成:
- t.getComputedStyle('direction'))=='ltr'?'margin-left':'margin-right';
- t.getComputedStyle('direction'))=='ltr'?"text-indent":"text-indent";
(2)搜索代码:
40改成2
- var S=t.config.indentOffset||40
(3)搜索代码:
px改成em
- t.config.indentUnit||'px'
(4).加了这个东西还有一个东西需要修改,就是关闭他的过滤器。(这一步是其他教程改的,我没有测试,感觉可以不用加)
ckeditor/config.js 配置文件中修改:
- config.allowedContent = true;
加好之后 后台更新换成,然后ctrl+f5 强制刷新几次既可以了