From d136e547f15c3050892389a08243a6bf3c2ac349 Mon Sep 17 00:00:00 2001 From: wisonic Date: Mon, 9 Sep 2024 21:02:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=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=9D=A1?= 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 5f4acc1f51..9c47312d6c 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4392,6 +4392,9 @@ span { border-top: 1px solid @side-outline-border-color; overflow: auto; height: calc(100% - 1px); + :deep(.is-horizontal) { + display: none !important; + } } .collapse-title {