mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
fix(移动端): 修复仪表板 tab 组件内图表移动端缩放异常问题 #14156
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user