diff --git a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue index cdcea285b3..71eaf8b3d9 100644 --- a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue +++ b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue @@ -13,7 +13,7 @@ " @change="reUpload" /> - + { @modelChange="onSettingChange" title="轮播" > - + 轮播时间(秒) diff --git a/core/core-frontend/src/custom-component/common/CommonAttr.vue b/core/core-frontend/src/custom-component/common/CommonAttr.vue index 8e32042318..cdddef67fe 100644 --- a/core/core-frontend/src/custom-component/common/CommonAttr.vue +++ b/core/core-frontend/src/custom-component/common/CommonAttr.vue @@ -2,7 +2,6 @@ import { computed, nextTick, onMounted, ref, toRefs } from 'vue' import { dvMainStoreWithOut } from '@/store/modules/data-visualization/dvMain' import { storeToRefs } from 'pinia' -import { styleData } from '@/utils/attr' import ComponentPosition from '@/components/visualization/common/ComponentPosition.vue' import BackgroundOverallCommon from '@/components/visualization/component-background/BackgroundOverallCommon.vue' import { useI18n } from '@/hooks/web/useI18n' @@ -35,7 +34,7 @@ const props = withDefaults( } ) -const { themes, element, showStyle } = toRefs(props) +const { themes, element } = toRefs(props) const dvMainStore = dvMainStoreWithOut() const { dvInfo, batchOptStatus, mobileInPc } = storeToRefs(dvMainStore) const activeName = ref(element.value.collapseName)