diff --git a/core/core-frontend/src/custom-component/common/CommonAttr.vue b/core/core-frontend/src/custom-component/common/CommonAttr.vue index b13295ff64..5aaf95972e 100644 --- a/core/core-frontend/src/custom-component/common/CommonAttr.vue +++ b/core/core-frontend/src/custom-component/common/CommonAttr.vue @@ -8,6 +8,7 @@ import BackgroundOverallCommon from '@/components/visualization/component-backgr import { useI18n } from '@/hooks/web/useI18n' import elementResizeDetectorMaker from 'element-resize-detector' import { snapshotStoreWithOut } from '@/store/modules/data-visualization/snapshot' +import CommonStyleSet from '@/custom-component/common/CommonStyleSet.vue' const snapshotStore = snapshotStoreWithOut() const { t } = useI18n() @@ -136,126 +137,13 @@ const stopEvent = e => { - - - - - - - - - -
- - - -
-
-
- - - -
- - - -
-
-
- - - -
- - - -
-
-
-
- - - - -
-
-
-
+
diff --git a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue index 6daca77f0e..ceae762187 100644 --- a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue +++ b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue @@ -1,27 +1,35 @@