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 @@