From f984cb6dbd89dbf92ccb4d98d71b66262cbd9a1d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 2 Nov 2025 17:22:38 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90ele=E3=80=91=E3=80=90mall?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=20diy-editor=20=E7=9A=84=E2=80=9C?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=EF=BC=9A=E8=AE=BE=E8=AE=A1=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=EF=BC=88ComponentContainer=EF=BC=89=E2=80=9D=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/component-library.vue | 1 - .../promotion/components/diy-editor/index.vue | 46 ++++++++++++------- 2 files changed, 29 insertions(+), 18 deletions(-) diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/component-library.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/component-library.vue index 9428a4187..8e6d63154 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/component-library.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/component-library.vue @@ -128,7 +128,6 @@ const handleCloneComponent = (component: DiyComponent) => { display: flex; flex-wrap: wrap; align-items: center; - width: 261px; } .component { diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/index.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/index.vue index 8d3fda28b..d40749ea6 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/index.vue @@ -339,10 +339,7 @@ onMounted(() => { /> - +
@@ -373,7 +370,15 @@ onMounted(() => { />
- + { />
-
+
- {{ pageConfigComponent.name }} + {{ pageConfigComponent.name }}
- +
{