From 30a7ec804c39a3091dcb8e8ab8c40107e808bec8 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 12 Oct 2021 11:33:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BB=A3=E7=A0=81=E5=9B=9E?= =?UTF-8?q?=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/edit/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/panel/edit/index.vue b/frontend/src/views/panel/edit/index.vue index 43dcbc6469..1c4d88c4dd 100644 --- a/frontend/src/views/panel/edit/index.vue +++ b/frontend/src/views/panel/edit/index.vue @@ -98,6 +98,7 @@ id="canvasInfo" :class="{'style-hidden':canvasStyleData.selfAdaption}" class="content this_canvas" + :style="customCanvasStyle" @drop="handleDrop" @dragover="handleDragOver" @mousedown="handleMouseDown"