diff --git a/core/core-frontend/src/components/visualization/common/ComponentPosition.vue b/core/core-frontend/src/components/visualization/common/ComponentPosition.vue index 3c32cc72aa..48b3a4368c 100644 --- a/core/core-frontend/src/components/visualization/common/ComponentPosition.vue +++ b/core/core-frontend/src/components/visualization/common/ComponentPosition.vue @@ -155,9 +155,7 @@ const onPositionChange = key => { ) } } else { - curComponent.value.style[key] = Math.round( - (positionMounted.value[key] * canvasStyleData.value.scale) / 100 - ) + curComponent.value.style[key] = (positionMounted.value[key] * canvasStyleData.value.scale) / 100 } if (['Group', 'DeTabs'].includes(curComponent.value.component)) {