forked from github/dataease
refactor(仪表板): 新矩阵密度适配历史移动端数据
This commit is contained in:
parent
5d72f62b09
commit
9eb8799cfc
@ -131,6 +131,10 @@ export function initCanvasDataPrepare(dvId, busiFlag, callBack) {
|
|||||||
componentItem.y = 1 + (componentItem.y - 1) * 2
|
componentItem.y = 1 + (componentItem.y - 1) * 2
|
||||||
componentItem.sizeX = componentItem.sizeX * 2
|
componentItem.sizeX = componentItem.sizeX * 2
|
||||||
componentItem.sizeY = componentItem.sizeY * 2
|
componentItem.sizeY = componentItem.sizeY * 2
|
||||||
|
componentItem.mx = 1 + (componentItem.mx - 1) * 2
|
||||||
|
componentItem.my = 1 + (componentItem.my - 1) * 2
|
||||||
|
componentItem.mSizeX = componentItem.mSizeX * 2
|
||||||
|
componentItem.mSizeY = componentItem.mSizeY * 2
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
const curPreviewGap =
|
const curPreviewGap =
|
||||||
|
Loading…
Reference in New Issue
Block a user