From 109c6226b4e7974b09ceb019fe43ac8636d20e63 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Wed, 5 Nov 2025 15:25:18 +0800 Subject: [PATCH] fix: component property --- .../component-container-property.vue | 34 ++++++++++++++----- 1 file changed, 25 insertions(+), 9 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 980cd82a4..bebc5a712 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 @@ -4,10 +4,13 @@ import type { ComponentStyle } from '../util'; import { useVModel } from '@vueuse/core'; import { Card, + Col, Form, FormItem, + InputNumber, Radio, RadioGroup, + Row, Slider, TabPane, Tabs, @@ -156,7 +159,7 @@ function handleSliderChange(prop: string) { - +