From aa425e93a53d0227daf56e452c6da09067193f5e Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 12 Nov 2025 08:46:10 +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=E7=9A=84=20menu-grid=E3=80=81menu-swiper?= =?UTF-8?q?=20=E7=9A=84=20radio=20=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../diy-editor/components/mobile/menu-grid/property.vue | 2 +- .../diy-editor/components/mobile/menu-swiper/index.vue | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/menu-grid/property.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/menu-grid/property.vue index 917a0ce43..25bb580bb 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/menu-grid/property.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/menu-grid/property.vue @@ -30,7 +30,7 @@ const formData = useVModel(props, 'modelValue', emit);
- + 3个 4个 diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/menu-swiper/index.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/menu-swiper/index.vue index 160441b71..8bee2e656 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/menu-swiper/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/menu-swiper/index.vue @@ -7,6 +7,7 @@ import { Image } from 'ant-design-vue'; /** 菜单导航 */ defineOptions({ name: 'MenuSwiper' }); + const props = defineProps<{ property: MenuSwiperProperty }>(); const TITLE_HEIGHT = 20; // 标题的高度 @@ -71,9 +72,7 @@ watch( class="relative flex flex-col items-center justify-center" :style="{ width: columnWidth, height: `${rowHeight}px` }" > -
-
-