Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-08-29 14:31:20 | 2 | * @Date: 2022-08-29 14:31:20 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-08-06 09:30:52 | 4 | + * @LastEditTime: 2024-08-06 09:41:32 |
| 5 | * @FilePath: /data-table/src/components/TableField/index.vue | 5 | * @FilePath: /data-table/src/components/TableField/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -58,7 +58,7 @@ onMounted(() => { | ... | @@ -58,7 +58,7 @@ onMounted(() => { |
| 58 | nextTick(() => { | 58 | nextTick(() => { |
| 59 | setTimeout(() => { | 59 | setTimeout(() => { |
| 60 | $('.tinymce-box').width($('.table-field-page').width() + 'px'); | 60 | $('.tinymce-box').width($('.table-field-page').width() + 'px'); |
| 61 | - }, 1000); | 61 | + }, 100); |
| 62 | }) | 62 | }) |
| 63 | // | 63 | // |
| 64 | table_html.value = props.item.component_props.note; | 64 | table_html.value = props.item.component_props.note; | ... | ... |
-
Please register or login to post a comment