From de39f4683aa991efb9859da02366dfa4dccc2774 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 2 Nov 2025 18:15:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90ele=E3=80=91=E3=80=90mall?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=20diy-editor=20=E7=9A=84=E2=80=9C?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=AE=B9=E5=99=A8=E5=B1=9E=E6=80=A7=E2=80=9D?= =?UTF-8?q?=E7=9A=84=E3=80=90=E5=A4=96=E9=83=A8=E8=BE=B9=E8=B7=9D=E3=80=91?= =?UTF-8?q?=E3=80=90=E5=86=85=E9=83=A8=E8=BE=B9=E8=B7=9D=E3=80=91=E7=9A=84?= =?UTF-8?q?=E9=97=B4=E9=9A=99=E4=B8=8D=E5=A4=AA=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/component-container-property.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue index beb68711d..8915fde8c 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/component-container-property.vue @@ -197,4 +197,14 @@ const handleSliderChange = (prop: string) => { :deep(.el-input-number) { width: 50px; } + +:deep(.el-tree) { + .el-tree-node__expand-icon { + margin-right: -15px; + } + + .el-form-item { + margin-bottom: 0; + } +}