Merge pull request #12024 from dataease/pr@dev-v2@style_chart

style: 样式调整
This commit is contained in:
王嘉豪 2024-09-04 18:50:50 +08:00 committed by GitHub
commit 0bdc049393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,7 @@ export function refreshOtherComponent(dvId, busiFlag) {
for (let i = 0; i < componentData.value.length; i++) { for (let i = 0; i < componentData.value.length; i++) {
const component = componentData.value[i] const component = componentData.value[i]
if (refreshIdList.includes(component.id) && canvasDataResultMap[component.id]) { 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.top = top
canvasDataResultMap[component.id].style.left = left canvasDataResultMap[component.id].style.left = left
canvasDataResultMap[component.id].style.height = height canvasDataResultMap[component.id].style.height = height