ソースを参照

feat():添加聊天记录

geek 4 年 前
コミット
5f99c98fa5
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      src/components/Tinymce/index.vue

+ 2 - 1
src/components/Tinymce/index.vue

@@ -136,8 +136,9 @@ export default {
         imagetools_cors_hosts: ['www.tinymce.com', 'codepen.io'],
         default_link_target: '_blank',
         toolbar: ['searchreplace bold italic underline strikethrough alignleft aligncenter alignright outdent indent  blockquote undo redo removeformat subscript superscript code codesample fontsizeselect fontselect', 'hr bullist numlist link image charmap preview anchor pagebreak insertdatetime media table emoticons forecolor backcolor fullscreen'],
-        fontsize_formats: '8pt 10pt 12pt 14pt 18pt 24pt 36pt',
+        fontsize_formats: '0pt 8pt 10pt 12pt 14pt 18pt 24pt 36pt',
         link_title: false,
+        image_dimensions: false,
         nonbreaking_force_tab: true, // inserting nonbreaking space   need Nonbreaking Space Plugin
         init_instance_callback: editor => {
           if (_this.value) {