diff --git a/src/views/preview/hooks/useScale.hook.ts b/src/views/preview/hooks/useScale.hook.ts index 5cad28cd..2666f9c8 100644 --- a/src/views/preview/hooks/useScale.hook.ts +++ b/src/views/preview/hooks/useScale.hook.ts @@ -32,8 +32,6 @@ export const useScale = (localStorageInfo: ChartEditStorageType) => { if (previewBoxDom) { previewBoxDom.style.overflow = 'unset' previewBoxDom.style.position = 'absolute' - previewBoxDom.style.top = '10px' - previewBoxDom.style.left = '20px' } if (entityDom) { entityDom.style.overflow = 'unset'