hookehuyr

fix

<!--
* @Date: 2024-07-12 13:28:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-07 10:59:54
* @LastEditTime: 2024-08-07 11:19:38
* @FilePath: /data-table/src/components/TEditor/index.vue
* @Description: 文件描述
-->
......@@ -205,7 +205,7 @@ const tinymceOptions = {
// image 插件的使用示例:https://www.tiny.cloud/docs/demo/file-picker/
// plugins: 'searchreplace autoresize link image code',
plugins: 'searchreplace autoresize link image code table',
autoresize_bottom_margin: 100,
autoresize_bottom_margin: 20,
menubar: 'none',
// fontselect fontsizeselect
// toolbar: 'table', // 工具栏显示
......@@ -213,7 +213,7 @@ const tinymceOptions = {
table_toolbar: 'tableinsertrowafter', // table_toolbar 配置
width: $('.table-field-page').width() + 'px',
paste_data_images: false, //允许粘贴图像
min_height: 300,
// min_height: 300,
content_style: 'body { font-size: 13px; }', // 设置默认字号为 13px
// file_picker_callback: function (cb, value, meta) {
// var input = document.createElement('input');
......