From 21d03d8bace63b26d728644ef09d997092d71b75 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 26 Oct 2025 10:11: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=BF=AE=E5=A4=8D=20element-plus=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B9=8B=E8=B7=AF=EF=BC=9A=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=2020%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/color-input/index.vue | 4 +- .../components/mobile/hot-zone/property.vue | 16 +- .../components/mobile/image-bar/property.vue | 14 +- .../components/mobile/menu-grid/property.vue | 63 +++--- .../mobile/page-config/property.vue | 6 +- .../mobile/product-list/property.vue | 119 +++++------ .../mobile/promotion-article/property.vue | 27 ++- .../mobile/promotion-combination/property.vue | 184 +++++++++--------- .../components/mobile/tab-bar/property.vue | 20 +- .../mobile/video-player/property.vue | 4 +- .../components/input-with-color/index.vue | 4 +- .../components/component-container.vue | 8 +- .../components/component-library.vue | 5 +- .../components/mobile/Carousel/config.ts | 5 +- .../components/mobile/Carousel/property.vue | 3 +- .../components/mobile/coupon-card/config.ts | 5 +- .../mobile/coupon-card/property.vue | 3 +- .../components/hot-zone-edit-dialog/index.vue | 2 +- .../components/mobile/hot-zone/config.ts | 5 +- .../components/mobile/hot-zone/property.vue | 2 +- .../components/mobile/image-bar/config.ts | 5 +- .../components/mobile/image-bar/property.vue | 3 +- .../components/mobile/magic-cube/config.ts | 5 +- .../components/mobile/magic-cube/property.vue | 3 +- .../components/mobile/menu-grid/config.ts | 5 +- .../components/mobile/menu-grid/property.vue | 2 +- .../components/mobile/menu-list/config.ts | 5 +- .../components/mobile/menu-list/property.vue | 2 +- .../components/mobile/menu-swiper/config.ts | 5 +- .../mobile/menu-swiper/property.vue | 2 +- .../mobile/navigation-bar/index.vue | 4 +- .../components/mobile/notice-bar/config.ts | 5 +- .../components/mobile/notice-bar/property.vue | 3 +- .../components/mobile/product-card/config.ts | 5 +- .../components/mobile/product-list/config.ts | 5 +- .../mobile/product-list/property.vue | 3 +- .../mobile/promotion-article/config.ts | 5 +- .../mobile/promotion-article/property.vue | 1 + .../mobile/promotion-combination/config.ts | 5 +- .../mobile/promotion-point/config.ts | 5 +- .../mobile/promotion-seckill/config.ts | 5 +- .../components/mobile/search-bar/config.ts | 5 +- .../components/mobile/search-bar/property.vue | 3 +- .../components/mobile/title-bar/config.ts | 5 +- .../components/mobile/title-bar/property.vue | 3 +- .../components/mobile/user-card/config.ts | 5 +- .../components/mobile/user-coupon/config.ts | 5 +- .../components/mobile/user-order/config.ts | 5 +- .../components/mobile/user-wallet/config.ts | 5 +- .../components/mobile/video-player/config.ts | 5 +- .../mobile/video-player/property.vue | 3 +- .../promotion/components/diy-editor/index.vue | 78 +++----- 52 files changed, 325 insertions(+), 379 deletions(-) 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 192dfab15..1ce5abf52 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,7 +1,7 @@