From a99804ffbd1e529fdcf061b8b2f73439f5f72e10 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 29 Oct 2024 18:12:33 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=BB=84=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 | 1 - .../src/custom-component/common/CarouselSetting.vue | 1 + .../core-frontend/src/custom-component/picture-group/Attr.vue | 4 ++-- .../src/custom-component/rich-text/DeRichTextView.vue | 4 +++- 4 files changed, 6 insertions(+), 4 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 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)