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 09:41:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
64dacacec0b7ac6fe975da8082ef960d2ba004e0
64dacace
1 parent
c16b43b2
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/TableField/index.vue
src/components/TableField/index.vue
View file @
64dacac
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-06 09:
30:5
2
* @LastEditTime: 2024-08-06 09:
41:3
2
* @FilePath: /data-table/src/components/TableField/index.vue
* @Description: 文件描述
-->
...
...
@@ -58,7 +58,7 @@ onMounted(() => {
nextTick(() => {
setTimeout(() => {
$('.tinymce-box').width($('.table-field-page').width() + 'px');
}, 100
0
);
}, 100);
})
//
table_html.value = props.item.component_props.note;
...
...
Please
register
or
login
to post a comment