From 20d91ee4dbb805e0800d0f4f2b786fa5013e42cb Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 16 Jun 2021 19:06:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(fix):=20=E3=80=90=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=E3=80=91=E6=96=87=E6=9C=AC=EF=BC=8C=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E5=90=8E=E6=97=A0=E6=B3=95=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/DeDrag/index.vue | 1 - .../canvas/components/Editor/index.vue | 2 + .../components/canvas/components/Toolbar.vue | 1 + .../canvas/custom-component/VText.vue | 197 ++++++++++-------- 4 files changed, 117 insertions(+), 84 deletions(-) diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index 3bdf0ca834..ff5a1743bc 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -1197,7 +1197,6 @@ export default { // 如果辅助设计 需要最后调整矩阵 if (this.canvasStyleData.auxiliaryMatrix) { - debugger this.recordMatrixCurStyle() } this.hasMove && this.$store.commit('recordSnapshot') diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index e5ac674f86..a10a64e971 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -40,6 +40,8 @@ :prop-value="item.propValue" :element="item" :out-style="getShapeStyleInt(item.style)" + :edit-mode="'edit'" + :active="item === curComponent" @input="handleInput" /> -
- -
-
-
-
-
+
+ +
+
+
+
+