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-07 11:21:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ca0a00782856a452c2c8ed48cf0609b4db3892c
1ca0a007
1 parent
c861b8c6
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/TEditor/index.vue
src/components/TEditor/index.vue
View file @
1ca0a00
<!--
* @Date: 2024-07-12 13:28:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-07 1
0:59:54
* @LastEditTime: 2024-08-07 1
1: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:
10
0,
autoresize_bottom_margin:
2
0,
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');
...
...
Please
register
or
login
to post a comment