From 8e13e9ada6426bfa903b49a0c0f01a7b6c9a87f5 Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Tue, 2 Jul 2024 12:51:53 +0800
Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F=E5=AF=BC?=
=?UTF-8?q?=E5=85=A5=E6=A8=A1=E7=89=88=E5=90=8E=EF=BC=8C=E7=BB=84=E5=90=88?=
=?UTF-8?q?=E5=9B=BE=E5=B1=82=E5=A4=A7=E5=B0=8F=E4=B8=8D=E4=B8=80=E8=87=B4?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=20#10144?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/custom-component/group/Component.vue | 10 +++++++++-
.../src/store/modules/data-visualization/copy.ts | 4 ----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/core/core-frontend/src/custom-component/group/Component.vue b/core/core-frontend/src/custom-component/group/Component.vue
index 65cee0a41a..9ff83ce045 100644
--- a/core/core-frontend/src/custom-component/group/Component.vue
+++ b/core/core-frontend/src/custom-component/group/Component.vue
@@ -1,10 +1,11 @@
diff --git a/core/core-frontend/src/store/modules/data-visualization/copy.ts b/core/core-frontend/src/store/modules/data-visualization/copy.ts
index 78ca8b7192..c8c3ed4aaa 100644
--- a/core/core-frontend/src/store/modules/data-visualization/copy.ts
+++ b/core/core-frontend/src/store/modules/data-visualization/copy.ts
@@ -8,7 +8,6 @@ import eventBus from '@/utils/eventBus'
import { adaptCurThemeCommonStyle } from '@/utils/canvasStyle'
import { composeStoreWithOut } from '@/store/modules/data-visualization/compose'
import { snapshotStoreWithOut } from '@/store/modules/data-visualization/snapshot'
-import { groupSizeStyleAdaptor } from '@/utils/style'
const dvMainStore = dvMainStoreWithOut()
const composeStore = composeStoreWithOut()
@@ -125,9 +124,6 @@ export const copyStore = defineStore('copy', {
index: componentData.value.length - 1
})
}
- if (newComponent.component === 'Group') {
- groupSizeStyleAdaptor(newComponent)
- }
i++
}
}, moveTime)