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 1da362b3f6..cdcea285b3 100644 --- a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue +++ b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue @@ -229,7 +229,6 @@ import elementResizeDetectorMaker from 'element-resize-detector' import { ElMessage } from 'element-plus-secondary' import BoardItem from '@/components/visualization/component-background/BoardItem.vue' import ImgViewDialog from '@/custom-component/ImgViewDialog.vue' -import PictureOptionPrefix from '@/custom-component/picture-group/PictureOptionPrefix.vue' import BorderOptionPrefix from '@/components/visualization/component-background/BorderOptionPrefix.vue' const snapshotStore = snapshotStoreWithOut() const { t } = useI18n() diff --git a/core/core-frontend/src/custom-component/common/CarouselSetting.vue b/core/core-frontend/src/custom-component/common/CarouselSetting.vue index f87e1becd5..f4b28f309e 100644 --- a/core/core-frontend/src/custom-component/common/CarouselSetting.vue +++ b/core/core-frontend/src/custom-component/common/CarouselSetting.vue @@ -87,6 +87,7 @@ const handleInput = value => { :disabled="!carouselInfo.enable" controls-position="right" @input="handleInput" + @blur="onSettingChange" @change="onSettingChange" > diff --git a/core/core-frontend/src/custom-component/picture-group/Attr.vue b/core/core-frontend/src/custom-component/picture-group/Attr.vue index 143d024a21..935ea8b68d 100644 --- a/core/core-frontend/src/custom-component/picture-group/Attr.vue +++ b/core/core-frontend/src/custom-component/picture-group/Attr.vue @@ -18,7 +18,7 @@ const props = defineProps({ const dvMainStore = dvMainStoreWithOut() -const { curComponent, canvasViewInfo, mobileInPc } = storeToRefs(dvMainStore) +const { curComponent, canvasViewInfo, mobileInPc, batchOptStatus } = storeToRefs(dvMainStore)