From a27543284013b49ec5da7fd364ae82d0a26d7f3a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 11 Nov 2025 12:53:50 +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?=2040%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/component-container.vue | 1 + .../mobile/promotion-seckill/index.vue | 38 +-- .../mobile/promotion-seckill/property.vue | 3 +- .../components/mobile/title-bar/index.vue | 29 +- .../promotion/seckill/components/index.ts | 1 + .../promotion/seckill/components/showcase.vue | 148 ++++++++++ .../seckill/components/table-select.vue | 277 ++++++++++++++++++ .../components/mobile/page-config/config.ts | 2 +- .../mobile/promotion-seckill/index.vue | 10 +- .../components/mobile/title-bar/index.vue | 5 +- .../promotion/seckill/components/showcase.vue | 2 +- 11 files changed, 459 insertions(+), 57 deletions(-) create mode 100644 apps/web-antd/src/views/mall/promotion/seckill/components/index.ts create mode 100644 apps/web-antd/src/views/mall/promotion/seckill/components/showcase.vue create mode 100644 apps/web-antd/src/views/mall/promotion/seckill/components/table-select.vue diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container.vue index 415aa2de2..26fac3f7c 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container.vue @@ -110,6 +110,7 @@ const handleDeleteComponent = () => { v-if="showToolbar && component.name && active" > +