From 6a270e26d8580798945fbce3e51903ba484d11cc Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 11 Nov 2025 09:58:36 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90mal?= =?UTF-8?q?l=E3=80=91diy-editor=20=E4=BB=A3=E7=A0=81=E9=A3=8E=E6=A0=BC?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=20&=20=E9=80=90=E4=B8=AA=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=2030%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component-container-property.vue | 2 ++ .../components/component-container.vue | 2 ++ .../components/component-library.vue | 2 ++ .../components/mobile/image-bar/index.vue | 1 - .../components/mobile/image-bar/property.vue | 4 ++- .../components/mobile/product-card/index.vue | 32 ++++++++----------- .../promotion/components/diy-editor/util.ts | 11 +++---- .../component-container-property.vue | 6 ++-- .../components/component-library.vue | 4 +-- .../components/mobile/image-bar/config.ts | 2 +- .../components/mobile/image-bar/property.vue | 2 ++ .../diy-editor/components/mobile/index.ts | 31 +++++++----------- .../components/mobile/product-card/index.vue | 12 +++---- .../promotion/components/diy-editor/util.ts | 11 +++---- 14 files changed, 56 insertions(+), 66 deletions(-) diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue index 38c475f75..0272acd0d 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue @@ -133,6 +133,7 @@ function handleSliderChange(prop: string) { +

组件样式:

@@ -159,6 +160,7 @@ function handleSliderChange(prop: string) { + diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/image-bar/index.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/image-bar/index.vue index b61ca641e..dcdbd45e9 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/image-bar/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/image-bar/index.vue @@ -11,7 +11,6 @@ defineOptions({ name: 'ImageBar' }); defineProps<{ property: ImageBarProperty }>();