diff --git a/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue b/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue index ee9ee1adf5..9be59568f5 100644 --- a/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue +++ b/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue @@ -130,9 +130,9 @@ const initReady = ref(false) const editShow = ref(true) const canEdit = ref(false) // 初始化配置 -const tinymceId = 'tinymce-view-' + element.value.id + '-' + suffixId.value +const tinymceId = + 'tinymce-view-' + element.value.id + '-' + suffixId.value + '-' + showPosition.value const myValue = ref('') -const cellDragStart = ref(0) const systemFontFamily = appearanceStore.fontList.map(item => item.name) const curFontFamily = () => { diff --git a/core/core-frontend/src/custom-component/rich-text/DeRichTextViewFrame.vue b/core/core-frontend/src/custom-component/rich-text/DeRichTextViewFrame.vue deleted file mode 100644 index aefea08bf7..0000000000 --- a/core/core-frontend/src/custom-component/rich-text/DeRichTextViewFrame.vue +++ /dev/null @@ -1,751 +0,0 @@ - - - - - - {{ init.outer_placeholder }} - - - - - - - - -