diff --git a/core/core-frontend/src/components/visualization/OuterParamsSet.vue b/core/core-frontend/src/components/visualization/OuterParamsSet.vue index 828c9d2786..fb0ed6a2e8 100644 --- a/core/core-frontend/src/components/visualization/OuterParamsSet.vue +++ b/core/core-frontend/src/components/visualization/OuterParamsSet.vue @@ -72,11 +72,9 @@
-
{{ t('visualization.link_view') }}
+
联动组件
-
- {{ t('visualization.link_view_field') }} -
+
联动组件字段
diff --git a/core/core-frontend/src/utils/canvasUtils.ts b/core/core-frontend/src/utils/canvasUtils.ts index 9fe45459f1..e3caaff4ca 100644 --- a/core/core-frontend/src/utils/canvasUtils.ts +++ b/core/core-frontend/src/utils/canvasUtils.ts @@ -131,6 +131,10 @@ export function initCanvasDataPrepare(dvId, busiFlag, callBack) { componentItem.y = 1 + (componentItem.y - 1) * 2 componentItem.sizeX = componentItem.sizeX * 2 componentItem.sizeY = componentItem.sizeY * 2 + componentItem.mx = 1 + (componentItem.mx - 1) * 2 + componentItem.my = 1 + (componentItem.my - 1) * 2 + componentItem.mSizeX = componentItem.mSizeX * 2 + componentItem.mSizeY = componentItem.mSizeY * 2 } }) const curPreviewGap =