From 88ac54496cb3245378c47feeb3eaf6f6d586db50 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 15 Apr 2026 15:27:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=97=A5=E6=9C=9F=E4=B8=BA=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E6=97=B6=E9=97=B4=EF=BC=8C=E7=82=B9=E5=87=BB=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E6=80=BB=E6=98=AF=E9=87=8D=E7=BD=AE=E5=88=B0=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6=E7=9A=84=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E5=8A=A8=E6=80=81=E5=8F=98=E5=8C=96?= =?UTF-8?q?=E3=80=82=20#18219?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvas/ComponentWrapper.vue | 42 ++++++++++++++- .../custom-component/v-query/Component.vue | 53 +++++++++++++++++++ core/core-frontend/src/style/index.less | 5 +- 3 files changed, 98 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue index 6e3012bd66..93b1823b27 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -1,7 +1,7 @@