diff --git a/apps/web-antd/src/views/mall/promotion/components/app-link-input/app-link-select-dialog.vue b/apps/web-antd/src/views/mall/promotion/components/app-link-input/app-link-select-dialog.vue index 6f87ab295..2cbd8d12d 100644 --- a/apps/web-antd/src/views/mall/promotion/components/app-link-input/app-link-select-dialog.vue +++ b/apps/web-antd/src/views/mall/promotion/components/app-link-input/app-link-select-dialog.vue @@ -5,6 +5,8 @@ import { nextTick, ref } from 'vue'; import { getUrlNumberValue } from '@vben/utils'; +import { Button, Form, FormItem, Modal, Tooltip } from 'ant-design-vue'; + import ProductCategorySelect from '#/views/mall/product/category/components/product-category-select.vue'; import { APP_LINK_GROUP_LIST, APP_LINK_TYPE_ENUM } from './data'; diff --git a/apps/web-antd/src/views/mall/promotion/components/app-link-input/index.vue b/apps/web-antd/src/views/mall/promotion/components/app-link-input/index.vue index dc5741ca6..8be7cada4 100644 --- a/apps/web-antd/src/views/mall/promotion/components/app-link-input/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/app-link-input/index.vue @@ -1,8 +1,8 @@ - - - - 标准 - + + + 标准 + - 沉浸式 - - - - 沉浸式 + + + + - - 关闭 - + 关闭 + - 开启 - - - - - - 纯色 - 图片 - - - 开启 + + + + + + 纯色 + 图片 + + + - - + + 建议宽度:750 - - - + + + 内容(小程序) - - + 预览 - - + + - - - + + + 内容(非小程序) - - + 预览 - - + + - - + + diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/index.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/index.vue index 19985bde5..244762af8 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/index.vue @@ -8,6 +8,7 @@ import { IconifyIcon } from '@vben/icons'; import { cloneDeep, isEmpty, isString } from '@vben/utils'; import { useQRCode } from '@vueuse/integrations/useQRCode'; +import { Button, Card, Modal, Tag, Tooltip } from 'ant-design-vue'; import draggable from 'vuedraggable'; import statusBarImg from '#/assets/imgs/diy/statusBar.png'; diff --git a/apps/web-antd/src/views/mall/promotion/components/draggable/index.vue b/apps/web-antd/src/views/mall/promotion/components/draggable/index.vue index 3fe2877cf..8bb352329 100644 --- a/apps/web-antd/src/views/mall/promotion/components/draggable/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/draggable/index.vue @@ -1,10 +1,9 @@