forked from github/dataease
style: 样式调整
This commit is contained in:
parent
0226ffffc5
commit
4f91079da0
@ -250,7 +250,7 @@ export function refreshOtherComponent(dvId, busiFlag) {
|
||||
for (let i = 0; i < componentData.value.length; i++) {
|
||||
const component = componentData.value[i]
|
||||
if (refreshIdList.includes(component.id) && canvasDataResultMap[component.id]) {
|
||||
const { top, left, height, width } = componentData.value[i]
|
||||
const { top, left, height, width } = componentData.value[i].style
|
||||
canvasDataResultMap[component.id].style.top = top
|
||||
canvasDataResultMap[component.id].style.left = left
|
||||
canvasDataResultMap[component.id].style.height = height
|
||||
|
Loading…
Reference in New Issue
Block a user