From b6920f332a029159eb1a109c481485e146bfb5d8 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Nov 2025 08:46:26 +0800 Subject: [PATCH 01/24] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91?= =?UTF-8?q?=E3=80=90mall=E3=80=91diy-editor=20=E7=9A=84=20tab-bar=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20tailwindcss=20=E7=AE=80=E5=8C=96=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/mobile/tab-bar/index.vue | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/tab-bar/index.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/tab-bar/index.vue index 937c4648d..520081790 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/tab-bar/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/tab-bar/index.vue @@ -28,10 +28,16 @@ defineProps<{ property: TabBarProperty }>(); :key="index" class="tab-bar-item flex w-full flex-col items-center justify-center text-xs" > - + @@ -47,13 +53,3 @@ defineProps<{ property: TabBarProperty }>(); - From e5ba8ca4f1e401d5af4d86c45910abf66ed88266 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Nov 2025 09:26:40 +0800 Subject: [PATCH 02/24] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91?= =?UTF-8?q?=E3=80=90mall=E3=80=91diy-editor=20=E7=9A=84=20hot-zone-edit-di?= =?UTF-8?q?alog=20=E4=BD=BF=E7=94=A8=20tailwindcss=20=E7=AE=80=E5=8C=96=20?= =?UTF-8?q?style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/hot-zone-edit-dialog/index.vue | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue index c797ef9aa..7c4fda25b 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue @@ -193,7 +193,7 @@ const handleAppLinkChange = (appLink: AppLink) => {
{ @app-link-change="handleAppLinkChange" /> - - From b4c90b39c9e17dd7674524ccb6cd998168c0d619 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Nov 2025 09:27:17 +0800 Subject: [PATCH 03/24] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91?= =?UTF-8?q?=E3=80=90mall=E3=80=91diy-editor=20=E7=9A=84=20floating-action-?= =?UTF-8?q?button=20=E4=BD=BF=E7=94=A8=20tailwindcss=20=E7=AE=80=E5=8C=96?= =?UTF-8?q?=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mobile/floating-action-button/index.vue | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/floating-action-button/index.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/floating-action-button/index.vue index 82e1a6fff..7a5986658 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/floating-action-button/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/floating-action-button/index.vue @@ -56,8 +56,8 @@ function handleToggleFab() {
@@ -68,14 +68,3 @@ function handleToggleFab() { @click="handleToggleFab" > - - From fe2f8182f116cca322f42cfcb028ee74d9bcb829 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Nov 2025 09:32:14 +0800 Subject: [PATCH 04/24] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91?= =?UTF-8?q?=E3=80=90mall=E3=80=91diy-editor=20=E7=9A=84=20magic-cube-edito?= =?UTF-8?q?r=20=E4=BD=BF=E7=94=A8=20tailwindcss=20=E7=AE=80=E5=8C=96=20sty?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/magic-cube-editor/index.vue | 69 +++---------------- 1 file changed, 11 insertions(+), 58 deletions(-) diff --git a/apps/web-ele/src/views/mall/promotion/components/magic-cube-editor/index.vue b/apps/web-ele/src/views/mall/promotion/components/magic-cube-editor/index.vue index 9223bb11c..4c59d96fa 100644 --- a/apps/web-ele/src/views/mall/promotion/components/magic-cube-editor/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/magic-cube-editor/index.vue @@ -196,23 +196,25 @@ const eachCube = (callback: (x: number, y: number, cube: Cube) => void) => { - From 03d5be1e41864ce495801f5b4199ada959673226 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Nov 2025 09:46:54 +0800 Subject: [PATCH 05/24] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91?= =?UTF-8?q?=E3=80=90mall=E3=80=91diy-editor=20=E7=9A=84=20vertical-button-?= =?UTF-8?q?group=20=E4=BD=BF=E7=94=A8=20tailwindcss=20=E7=AE=80=E5=8C=96?= =?UTF-8?q?=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../promotion/components/vertical-button-group/index.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/web-ele/src/views/mall/promotion/components/vertical-button-group/index.vue b/apps/web-ele/src/views/mall/promotion/components/vertical-button-group/index.vue index d900eab41..16f4b33d0 100644 --- a/apps/web-ele/src/views/mall/promotion/components/vertical-button-group/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/vertical-button-group/index.vue @@ -9,17 +9,12 @@ defineOptions({ name: 'VerticalButtonGroup' }); diff --git a/apps/web-antd/src/views/mall/promotion/components/color-input/index.vue b/apps/web-antd/src/views/mall/promotion/components/color-input/index.vue index 1ce5abf52..d4745a0ed 100644 --- a/apps/web-antd/src/views/mall/promotion/components/color-input/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/color-input/index.vue @@ -1,9 +1,7 @@ - + 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 10cf7ae2e..4ac5f3b7a 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 @@ -131,13 +131,9 @@ const handleSliderChange = (prop: string) => { - + -
+ 纯色 @@ -160,24 +156,22 @@ const handleSliderChange = (prop: string) => { - -