From bdb63cb2938833669883ef3720c5c2018239da30 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 29 Nov 2025 11:32:37 +0800 Subject: [PATCH] =?UTF-8?q?review=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90m?= =?UTF-8?q?all=E3=80=91=E5=BA=97=E9=93=BA=E8=A3=85=E4=BF=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../diy-editor/components/component-container-property.vue | 2 +- .../diy-editor/components/component-container.vue | 5 +++-- .../components/diy-editor/components/component-library.vue | 2 +- .../views/mall/promotion/components/diy-editor/index.vue | 6 +++--- .../promotion/components/vertical-button-group/index.vue | 2 +- .../views/mall/promotion/diy/template/decorate/index.vue | 1 + .../src/views/mall/promotion/coupon/components/select.vue | 1 + 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue index 97108ded9..90c51d5c5 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue @@ -133,7 +133,7 @@ function handleSliderChange(prop: string) { - +

组件样式:

diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container.vue index 26fac3f7c..1151dbcd7 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/component-container.vue @@ -109,8 +109,9 @@ const handleDeleteComponent = () => { class="component-toolbar" v-if="showToolbar && component.name && active" > - - + + +
- + 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 428f21429..5dfb9e0ab 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 @@ -38,7 +38,7 @@ const props = defineProps({ const emits = defineEmits(['reset', 'save', 'update:modelValue']); // 工具栏操作 -// TODO @xingyu:要不要加这个? +// TODO @xingyu:要不要加这个?ele 里是有这个的。 // const qrcode = useQRCode(props.previewUrl, { // errorCorrectionLevel: 'H', // margin: 4, @@ -175,7 +175,7 @@ function handleComponentSelected( index: number = -1, ) { // 使用深拷贝避免响应式追踪循环警告 - // TODO @xingyu:这个是必须的么?ele 没有哈。 + // TODO @xingyu:【装修】这个是必须的么?ele 没有哈。 selectedComponent.value = cloneDeep(component); selectedComponentIndex.value = index; } @@ -508,5 +508,5 @@ onMounted(() => { - + diff --git a/apps/web-antd/src/views/mall/promotion/components/vertical-button-group/index.vue b/apps/web-antd/src/views/mall/promotion/components/vertical-button-group/index.vue index e68caa6d0..8deeae49b 100644 --- a/apps/web-antd/src/views/mall/promotion/components/vertical-button-group/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/vertical-button-group/index.vue @@ -1,7 +1,7 @@