From afc9c0046db7bad84b9a5b21a672a95eb98ef3f9 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 30 Oct 2024 11:22:31 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=8C=BA=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component-background/BackgroundOverallCommon.vue | 2 +- .../src/custom-component/common/CarouselSetting.vue | 4 ++-- core/core-frontend/src/custom-component/common/CommonAttr.vue | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) 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)