From 0feea4cc2ca7469782978920a540139243d5d205 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 28 Nov 2024 17:15:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E9=85=8D=E8=89=B2=E6=96=B9=E6=A1=88=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=87=BA=E7=8E=B0=E4=B8=A4=E4=B8=AA=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/GradientColorSelector.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/GradientColorSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/GradientColorSelector.vue index 0bcfff4b94..c8f92fc975 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/GradientColorSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/GradientColorSelector.vue @@ -282,8 +282,7 @@ onMounted(() => { :deep(.ed-tabs__content) { height: calc(100% - 35px); - overflow-y: auto; - overflow-x: hidden; + overflow: hidden; } } .padding-tab {