From 17ec0b9f43c11864904a7c6e5b3ac99bf147af91 Mon Sep 17 00:00:00 2001 From: wisonic Date: Tue, 10 Sep 2024 16:22:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E5=9B=BE=E8=A1=A8=E6=95=B0=E6=8D=AE=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E7=9A=84=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=89=8B=E5=8A=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/editor/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 9c47312d6c..5e7d1d186c 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4395,6 +4395,9 @@ span { :deep(.is-horizontal) { display: none !important; } + :deep(.ed-scrollbar__wrap) { + overflow-x: hidden; + } } .collapse-title {