hookehuyr

fix

<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-06 09:30:52
* @LastEditTime: 2024-08-06 09:41:32
* @FilePath: /data-table/src/components/TableField/index.vue
* @Description: 文件描述
-->
......@@ -58,7 +58,7 @@ onMounted(() => {
nextTick(() => {
setTimeout(() => {
$('.tinymce-box').width($('.table-field-page').width() + 'px');
}, 1000);
}, 100);
})
//
table_html.value = props.item.component_props.note;
......