Browse Source

feat():添加聊天记录

geek 4 years ago
parent
commit
5f99c98fa5
1 changed files with 2 additions and 1 deletions
  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) {