diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/Carousel/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/Carousel/property.vue index eac8f35e3..789e2642e 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/Carousel/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/Carousel/property.vue @@ -16,11 +16,11 @@ import { ElTooltip, } from 'element-plus'; -import { AppLinkInput } from '#/views/mall/promotion/components'; import ComponentContainerProperty from '#/components/diy-editor/components/component-container-property.vue'; import Draggable from '#/components/draggable/index.vue'; import UploadFile from '#/components/upload/file-upload.vue'; import UploadImg from '#/components/upload/image-upload.vue'; +import { AppLinkInput } from '#/views/mall/promotion/components'; // 轮播图属性面板 defineOptions({ name: 'CarouselProperty' }); diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/Popover/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/Popover/property.vue index 771dac6c4..8d7482c1f 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/Popover/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/Popover/property.vue @@ -10,9 +10,9 @@ import { ElTooltip, } from 'element-plus'; -import { AppLinkInput } from '#/views/mall/promotion/components'; import Draggable from '#/components/draggable/index.vue'; import UploadImg from '#/components/upload/image-upload.vue'; +import { AppLinkInput } from '#/views/mall/promotion/components'; // 弹窗广告属性面板 defineOptions({ name: 'PopoverProperty' }); diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/coupon-card/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/coupon-card/property.vue index 839fe46f2..47cc2dc1b 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/coupon-card/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/coupon-card/property.vue @@ -24,9 +24,9 @@ import { } from 'element-plus'; import * as CouponTemplateApi from '#/api/mall/promotion/coupon/couponTemplate'; -import { ColorInput } from '#/views/mall/promotion/components'; import ComponentContainerProperty from '#/components/diy-editor/components/component-container-property.vue'; import UploadImg from '#/components/upload/image-upload.vue'; +import { ColorInput } from '#/views/mall/promotion/components'; // TODO: 添加组件 // import CouponSelect from '#/views/mall/promotion/coupon/components/coupon-select.vue'; diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/floating-action-button/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/floating-action-button/property.vue index be999826d..9427d4ac2 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/floating-action-button/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/floating-action-button/property.vue @@ -11,10 +11,12 @@ import { ElSwitch, } from 'element-plus'; -import { AppLinkInput } from '#/views/mall/promotion/components'; import Draggable from '#/components/draggable/index.vue'; -import { InputWithColor } from '#/views/mall/promotion/components'; import UploadImg from '#/components/upload/image-upload.vue'; +import { + AppLinkInput, + InputWithColor, +} from '#/views/mall/promotion/components'; // 悬浮按钮属性面板 defineOptions({ name: 'FloatingActionButtonProperty' }); diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue b/apps/web-ele/src/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue index eaaec6bbc..e520a9586 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue @@ -1,8 +1,8 @@