|
@@ -103,7 +103,7 @@ export default {
|
|
|
statusbar: false, // 状态栏
|
|
|
setup(editor) {
|
|
|
editor.on('init', () => {
|
|
|
- editor.getBody().style.fontSize = '14pt'; // 设置默认字体大小
|
|
|
+ editor.getBody().style.fontSize = '16pt'; // 设置默认字体大小
|
|
|
});
|
|
|
},
|
|
|
font_formats:
|
|
@@ -130,7 +130,6 @@ export default {
|
|
|
'宋体=宋体,微软雅黑;',
|
|
|
// 字数限制
|
|
|
fontsize_formats: '8pt 10pt 11pt 12pt 14pt 16pt 18pt 20pt 22pt 24pt 26pt 28pt 30pt 32pt 34pt 36pt',
|
|
|
- fontsize_default: '16pt',
|
|
|
ax_wordlimit_num: this.wordlimitNum,
|
|
|
ax_wordlimit_callback(editor) {
|
|
|
editor.execCommand('undo');
|