Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-08-06 18:22:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2edab9b91110cb04859667825a4fa5f012d202e6
2edab9b9
1 parent
a32cfbc1
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/TEditor/index.vue
src/components/TEditor/index.vue
View file @
2edab9b
<!--
* @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: 'tableinsertrow
before
', // table_toolbar 配置
table_toolbar: 'tableinsertrow
after
', // table_toolbar 配置
width: $('.table-field-page').width() + 'px',
paste_data_images: false, //允许粘贴图像
min_height: 300,
...
...
Please
register
or
login
to post a comment