From a1c1d1015107acd76a909f417f30d5a4c5cc51aa Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 26 Feb 2024 18:00:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A7=BB=E5=8A=A8=E7=AB=AF):=20=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E8=AE=BE=E8=AE=A1=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E5=BD=93=E7=BB=84=E4=BB=B6=E8=A2=AB=E9=80=89=E6=8B=A9=E8=87=B3?= =?UTF-8?q?=E7=94=BB=E5=B8=83=E5=90=8E=EF=BC=8C=E5=8F=88=E4=BB=8E=E7=94=BB?= =?UTF-8?q?=E5=B8=83=E4=B8=AD=E7=A7=BB=E9=99=A4=EF=BC=8C=E7=94=BB=E5=B8=83?= =?UTF-8?q?=E4=B8=AD=E4=BC=9A=E6=9C=89=E7=A9=BA=E7=99=BD=EF=BC=8C=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=B2=A1=E6=9C=89=E8=87=AA=E5=8A=A8=E5=BE=80=E4=B8=8A?= =?UTF-8?q?=E5=90=B8=E9=99=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/dashboard/MobileConfigPanel.vue | 1 + core/core-frontend/src/views/mobile/panel/index.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue index 447eba420a..e40aa89e61 100644 --- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue +++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue @@ -212,6 +212,7 @@ const addToMobile = com => { background: #f5f6f7; padding: 16px; padding-top: 0; + overflow-y: auto; :deep(.ed-tabs) { width: 100%; diff --git a/core/core-frontend/src/views/mobile/panel/index.vue b/core/core-frontend/src/views/mobile/panel/index.vue index ae4119b1cb..1086bf6e7f 100644 --- a/core/core-frontend/src/views/mobile/panel/index.vue +++ b/core/core-frontend/src/views/mobile/panel/index.vue @@ -30,6 +30,7 @@ const hanedleMessage = event => { dvMainStore.setCanvasStyle(canvasStyleData) dvMainStore.updateCurDvInfo(dvInfo) dvMainStore.setCanvasViewInfo(canvasViewInfo) + eventBus.emit('doCanvasInit-canvas-main') panelInit.value = true } @@ -37,6 +38,7 @@ const hanedleMessage = event => { const component = event.data.value checkItemPosition(component) dvMainStore.componentData.push(component) + eventBus.emit('doCanvasInit-canvas-main') } if (event.data.type === 'setCanvasStyle') {