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( - +