You need to sign in or sign up before continuing.
hookehuyr

fix

<!--
* @Date: 2024-07-12 13:28:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-06 18:01:50
* @LastEditTime: 2024-08-06 18:16:32
* @FilePath: /data-table/src/components/TEditor/index.vue
* @Description: 文件描述
-->
......@@ -210,7 +210,7 @@ const tinymceOptions = {
// fontselect fontsizeselect
// toolbar: 'table', // 工具栏显示
toolbar: '', // 工具栏显示
table_toolbar: 'tableinsertrowbefore', // table_toolbar 配置
table_toolbar: 'tableinsertrowafter', // table_toolbar 配置
width: $('.table-field-page').width() + 'px',
paste_data_images: false, //允许粘贴图像
min_height: 300,
......