diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index 0bf29c46f1..b647626b30 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -200,7 +200,7 @@ export default { // 矩阵数量 默认 12 * 24 matrixCount: { x: 24, - y: 48 + y: 72 }, customStyleHistory: null, showDrag: true, diff --git a/frontend/src/components/dataease/DeOutWidget.vue b/frontend/src/components/dataease/DeOutWidget.vue index ff37783057..a5c0c646ba 100644 --- a/frontend/src/components/dataease/DeOutWidget.vue +++ b/frontend/src/components/dataease/DeOutWidget.vue @@ -112,7 +112,6 @@ export default { .first-title { width: 100%; overflow: hidden; - inset: 10px 0px 10px; position: absolute; color: inherit; display: flex; diff --git a/frontend/src/views/Tinymce/FilterTextAttr.vue b/frontend/src/views/Tinymce/FilterTextAttr.vue new file mode 100644 index 0000000000..7436f54c27 --- /dev/null +++ b/frontend/src/views/Tinymce/FilterTextAttr.vue @@ -0,0 +1,167 @@ + + + + + diff --git a/frontend/src/views/panel/edit/index.vue b/frontend/src/views/panel/edit/index.vue index 9edcbd7019..91335813bc 100644 --- a/frontend/src/views/panel/edit/index.vue +++ b/frontend/src/views/panel/edit/index.vue @@ -161,7 +161,7 @@ - +