From cfd6c919a01ba3c054ff18cae555a51d7fadee15 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 24 Oct 2024 10:30:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=AE=BE=E7=BD=AE=E7=95=8C=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/CanvasAttr.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/data-visualization/CanvasAttr.vue b/core/core-frontend/src/components/data-visualization/CanvasAttr.vue index 855c42a8a4..b313920963 100644 --- a/core/core-frontend/src/components/data-visualization/CanvasAttr.vue +++ b/core/core-frontend/src/components/data-visualization/CanvasAttr.vue @@ -398,7 +398,7 @@ onMounted(() => { } .no-padding { :deep(.ed-collapse-item__content) { - padding: 0; + padding: 0 !important; } } .no-border-bottom {