diff --git a/core/core-frontend/src/custom-component/common/TabCarouselSetting.vue b/core/core-frontend/src/custom-component/common/CarouselSetting.vue similarity index 93% rename from core/core-frontend/src/custom-component/common/TabCarouselSetting.vue rename to core/core-frontend/src/custom-component/common/CarouselSetting.vue index dd97e27503..f7e52aaea4 100644 --- a/core/core-frontend/src/custom-component/common/TabCarouselSetting.vue +++ b/core/core-frontend/src/custom-component/common/CarouselSetting.vue @@ -61,7 +61,8 @@ const handleInput = value => { 轮播时间(秒) diff --git a/core/core-frontend/src/custom-component/common/CommonAttr.vue b/core/core-frontend/src/custom-component/common/CommonAttr.vue index ad5de576e3..6b72fd10dc 100644 --- a/core/core-frontend/src/custom-component/common/CommonAttr.vue +++ b/core/core-frontend/src/custom-component/common/CommonAttr.vue @@ -10,7 +10,7 @@ import elementResizeDetectorMaker from 'element-resize-detector' import { snapshotStoreWithOut } from '@/store/modules/data-visualization/snapshot' import CommonStyleSet from '@/custom-component/common/CommonStyleSet.vue' import CommonEvent from '@/custom-component/common/CommonEvent.vue' -import TabCarouselSetting from '@/custom-component/common/TabCarouselSetting.vue' +import CarouselSetting from '@/custom-component/common/CarouselSetting.vue' import CommonBorderSetting from '@/custom-component/common/CommonBorderSetting.vue' import CollapseSwitchItem from '../../components/collapse-switch-item/src/CollapseSwitchItem.vue' const snapshotStore = snapshotStoreWithOut() @@ -197,11 +197,7 @@ const stopEvent = e => { @onStyleAttrChange="onStyleAttrChange" > - + 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 edc64b1053..a318a73ae0 100644 --- a/core/core-frontend/src/custom-component/picture-group/Attr.vue +++ b/core/core-frontend/src/custom-component/picture-group/Attr.vue @@ -310,7 +310,7 @@ onBeforeUnmount(() => { .form-item-custom { .ed-radio { - margin-right: 4px !important; + margin-right: 2px !important; } } diff --git a/core/core-frontend/src/custom-component/picture-group/Component.vue b/core/core-frontend/src/custom-component/picture-group/Component.vue index 1b43374342..9668c91c9c 100644 --- a/core/core-frontend/src/custom-component/picture-group/Component.vue +++ b/core/core-frontend/src/custom-component/picture-group/Component.vue @@ -10,7 +10,17 @@