From 289f6e3de4469ead824548cd6b13990b49d89d4e Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 26 Oct 2025 00:02:51 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90mal?= =?UTF-8?q?l=E3=80=91diy-editor=20=E4=BF=AE=E5=A4=8D=20element-plus=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B9=8B=E8=B7=AF=EF=BC=9A=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=2010%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app-link-input/app-link-select-dialog.vue | 2 + .../components/app-link-input/index.vue | 4 +- .../components/color-input/index.vue | 3 +- .../component-container-property.vue | 11 ++ .../components/component-container.vue | 2 + .../components/component-library.vue | 1 + .../mobile/navigation-bar/property.vue | 113 ++++++++++-------- .../promotion/components/diy-editor/index.vue | 1 + .../promotion/components/draggable/index.vue | 3 +- .../components/input-with-color/index.vue | 1 + .../vertical-button-group/index.vue | 2 + 11 files changed, 90 insertions(+), 53 deletions(-) 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 @@