From 0263508912ee7f5703eff24e90ee5112c6f22dd5 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 12 Nov 2025 13:24:41 +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=20carousel=E3=80=81nav?= =?UTF-8?q?igation-bar=20=E4=B8=8D=E6=94=AF=E6=8C=81=20:show-input-control?= =?UTF-8?q?s=E3=80=81input-size=E3=80=81show-input=20=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/mobile/carousel/property.vue | 3 --- .../navigation-bar/components/cell-property.vue | 11 +++-------- 2 files changed, 3 insertions(+), 11 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 fc840dde3..e13128ec0 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 @@ -74,9 +74,6 @@ const formData = useVModel(props, 'modelValue', emit); :max="10" :min="0.5" :step="0.5" - show-input - input-size="small" - :show-input-controls="false" />

单位:秒

diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/navigation-bar/components/cell-property.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/navigation-bar/components/cell-property.vue index c894f76f4..3488e679a 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/navigation-bar/components/cell-property.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/navigation-bar/components/cell-property.vue @@ -3,6 +3,8 @@ import type { NavigationBarCellProperty } from '../config'; import { computed, ref } from 'vue'; +import { IconifyIcon } from '@vben/icons'; + import { useVModel } from '@vueuse/core'; import { FormItem, @@ -156,14 +158,7 @@ function handleHotAreaSelected( - +