From 28029becbdedcf293ffa18d2208794e519a9378e Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Nov 2025 08:40:27 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91=E3=80=90mall?= =?UTF-8?q?=E3=80=91diy-editor=20=E7=9A=84=20hot-zone-edit-dialog=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/hot-zone-edit-dialog/index.vue | 54 ++++--------------- .../components/mobile/hot-zone/index.vue | 21 ++------ .../components/mobile/hot-zone/property.vue | 23 -------- 3 files changed, 14 insertions(+), 84 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 c232854eb..c797ef9aa 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,12 +193,15 @@ const handleAppLinkChange = (appLink: AppLink) => {
{
@@ -238,47 +242,9 @@ const handleAppLinkChange = (appLink: AppLink) => { diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/index.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/index.vue index 958d0749c..8a9e4f37b 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/index.vue @@ -18,31 +18,18 @@ const props = defineProps<{ property: HotZoneProperty }>();
{{ item.name }}
- - diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue index 9702db917..47877b41e 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue @@ -59,26 +59,3 @@ const handleOpenEditDialog = () => { :img-url="formData.imgUrl" /> - -