From d15ff4bc80ac918fd28cf53b056e352acca8892a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 12 Nov 2025 22:55:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90mall?= =?UTF-8?q?=E3=80=91diy-editor=20=E9=87=8C=E7=9A=84=20mobile=20=E5=90=84?= =?UTF-8?q?=E7=A7=8D=E4=BF=AE=E5=A4=8D=EF=BC=8C=E4=B8=8D=E9=99=90=E4=BA=8E?= =?UTF-8?q?=20Image=20=E7=9A=84=20preview=E3=80=81Form=20=E7=9A=84=20label?= =?UTF-8?q?-col=20=E7=9A=84=E5=AE=BD=E5=BA=A6=E3=80=81FormItem=20=E7=9A=84?= =?UTF-8?q?=20prop=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/mobile/carousel/property.vue | 36 +++++++------ .../components/mobile/coupon-card/index.vue | 4 +- .../mobile/coupon-card/property.vue | 2 +- .../mobile/floating-action-button/index.vue | 6 +-- .../components/mobile/hot-zone/property.vue | 16 ++++-- .../components/mobile/image-bar/property.vue | 9 ++-- .../components/mobile/magic-cube/index.vue | 4 +- .../components/mobile/magic-cube/property.vue | 51 ++++++++++--------- .../components/mobile/menu-grid/property.vue | 25 +++++---- .../components/mobile/menu-list/index.vue | 9 +++- .../components/mobile/menu-list/property.vue | 13 +++-- .../components/mobile/menu-swiper/index.vue | 2 +- .../mobile/menu-swiper/property.vue | 1 + .../components/cell-property.vue | 28 +++++----- .../components/mobile/notice-bar/property.vue | 1 + .../mobile/page-config/property.vue | 1 + .../components/mobile/popover/index.vue | 6 ++- .../components/mobile/popover/property.vue | 2 +- .../components/mobile/product-card/index.vue | 16 ++++-- .../mobile/product-card/property.vue | 2 + .../components/mobile/product-list/index.vue | 12 ++--- .../mobile/product-list/property.vue | 17 ++++--- .../mobile/promotion-article/index.vue | 2 +- .../mobile/promotion-article/property.vue | 4 +- .../mobile/promotion-combination/index.vue | 22 +++++--- .../mobile/promotion-combination/property.vue | 36 ++++++------- .../mobile/promotion-point/index.vue | 22 +++++--- .../mobile/promotion-point/property.vue | 8 ++- .../mobile/promotion-seckill/index.vue | 24 ++++++--- .../mobile/promotion-seckill/property.vue | 8 ++- .../components/mobile/search-bar/property.vue | 2 +- .../components/mobile/tab-bar/index.vue | 1 + .../components/mobile/tab-bar/property.vue | 1 + .../components/mobile/title-bar/index.vue | 4 +- .../components/mobile/title-bar/property.vue | 1 + .../components/mobile/user-card/index.vue | 8 +-- .../components/mobile/user-coupon/index.vue | 1 + .../components/mobile/user-order/index.vue | 1 + .../components/mobile/user-wallet/index.vue | 1 + .../components/mobile/video-player/index.vue | 1 + .../mobile/video-player/property.vue | 1 + 41 files changed, 252 insertions(+), 159 deletions(-) diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/carousel/property.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/carousel/property.vue index e13128ec0..bebf71f72 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/carousel/property.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/carousel/property.vue @@ -34,41 +34,44 @@ const formData = useVModel(props, 'modelValue', emit);