From 91ccc41c0bafb3c650da823930cb9b990901dea3 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 26 May 2022 18:41:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E8=AE=BE=E7=BD=AE=E6=97=B6=E7=AC=A6=E5=8F=B7=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/edit/ComponentWaitItem.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/panel/edit/ComponentWaitItem.vue b/frontend/src/views/panel/edit/ComponentWaitItem.vue index 9e29f971a8..9c6ec53963 100644 --- a/frontend/src/views/panel/edit/ComponentWaitItem.vue +++ b/frontend/src/views/panel/edit/ComponentWaitItem.vue @@ -20,6 +20,7 @@ :is-edit="false" :element="config" :h="outItemHeight" + :canvas-style-data="canvasStyleData" /> @@ -70,6 +71,7 @@ export default { ...mapState([ 'mobileLayoutStatus', 'componentData', + 'canvasStyleData', 'componentGap' ]) }, @@ -91,5 +93,6 @@ export default { .component-item { padding: 5px; height: 200px!important; + position: relative; }