From f9695bbe8dec84874f05d73a16b29ef3f2c2a8aa Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 15 Jul 2021 16:22:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=87=E9=A2=98=E6=A0=B7=E5=BC=8F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvas/components/Editor/index.vue | 2 +- .../src/components/dataease/DeOutWidget.vue | 1 - frontend/src/views/Tinymce/FilterTextAttr.vue | 167 ++++++++++++++++++ frontend/src/views/panel/edit/index.vue | 6 +- 4 files changed, 172 insertions(+), 4 deletions(-) create mode 100644 frontend/src/views/Tinymce/FilterTextAttr.vue 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 @@ - +