fix(移动端): 修复仪表板 tab 组件内图表移动端缩放异常问题 #14156

This commit is contained in:
wangjiahao
2024-12-27 18:22:09 +08:00
committed by 王嘉豪
parent 9a8cca69c0
commit d471c5556c

View File

@@ -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