@@ -85,6 +85,8 @@ const canvasPositionList = computed(() => {
h: cloneDeep(chartEditStore.getEditCanvasConfig.height),
x: 0,
y: 0,
+ offsetX: 0,
+ offsetY: 0,
zIndex: 0
}
@@ -41,7 +41,10 @@ watch(
// 宽
w: 0,
// 高
- h: 0
+ h: 0,
+ // 偏移
+ offsetY: 0
// 处理位置