Explorar el Código

feat():添加聊天记录

geek hace 4 años
padre
commit
5f99c98fa5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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) {