From d471c5556cdedf165d56fb6198f0835d361ac276 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 27 Dec 2024 18:22:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A7=BB=E5=8A=A8=E7=AB=AF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BB=AA=E8=A1=A8=E6=9D=BF=20tab=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=86=85=E5=9B=BE=E8=A1=A8=E7=A7=BB=E5=8A=A8=E7=AB=AF=E7=BC=A9?= =?UTF-8?q?=E6=94=BE=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98=20#14156?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/canvasUtils.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/core-frontend/src/utils/canvasUtils.ts b/core/core-frontend/src/utils/canvasUtils.ts index 58c215c49e..cb942a6d52 100644 --- a/core/core-frontend/src/utils/canvasUtils.ts +++ b/core/core-frontend/src/utils/canvasUtils.ts @@ -469,10 +469,6 @@ export function initCanvasDataMobile(dvId, busiFlag, callBack) { if (ele.component === 'DeTabs') { ele.propValue.forEach(tabItem => { tabItem.componentData.forEach(tabComponent => { - tabComponent.x = tabComponent.mx - tabComponent.y = tabComponent.my - tabComponent.sizeX = tabComponent.mSizeX - tabComponent.sizeY = tabComponent.mSizeY tabComponent.style = tabComponent.mStyle || tabComponent.style tabComponent.propValue = tabComponent.mPropValue || tabComponent.propValue tabComponent.events = tabComponent.mEvents || tabComponent.events