Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-07-12 13:28:27 | 2 | * @Date: 2024-07-12 13:28:27 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-08-06 18:01:50 | 4 | + * @LastEditTime: 2024-08-06 18:16:32 |
| 5 | * @FilePath: /data-table/src/components/TEditor/index.vue | 5 | * @FilePath: /data-table/src/components/TEditor/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -210,7 +210,7 @@ const tinymceOptions = { | ... | @@ -210,7 +210,7 @@ const tinymceOptions = { |
| 210 | // fontselect fontsizeselect | 210 | // fontselect fontsizeselect |
| 211 | // toolbar: 'table', // 工具栏显示 | 211 | // toolbar: 'table', // 工具栏显示 |
| 212 | toolbar: '', // 工具栏显示 | 212 | toolbar: '', // 工具栏显示 |
| 213 | - table_toolbar: 'tableinsertrowbefore', // table_toolbar 配置 | 213 | + table_toolbar: 'tableinsertrowafter', // table_toolbar 配置 |
| 214 | width: $('.table-field-page').width() + 'px', | 214 | width: $('.table-field-page').width() + 'px', |
| 215 | paste_data_images: false, //允许粘贴图像 | 215 | paste_data_images: false, //允许粘贴图像 |
| 216 | min_height: 300, | 216 | min_height: 300, | ... | ... |
-
Please register or login to post a comment