From 4235bd351daca4db6423c9213a48a6c1aa1a2b19 Mon Sep 17 00:00:00 2001 From: zyh Date: Tue, 19 Mar 2024 18:01:07 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3426=20fix:=20chart=20=E8=A1=A8=E8=BE=BE?= =?UTF-8?q?=E5=BC=8F=E6=8F=90=E7=A4=BA=E6=A1=86=E6=98=BE=E7=A4=BA=E8=A2=AB?= =?UTF-8?q?=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/rightBox/chartRightBox/chartRightBox.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nezha-fronted/src/assets/css/components/common/rightBox/chartRightBox/chartRightBox.scss b/nezha-fronted/src/assets/css/components/common/rightBox/chartRightBox/chartRightBox.scss index cc2c814ee..d1b4f0f5d 100644 --- a/nezha-fronted/src/assets/css/components/common/rightBox/chartRightBox/chartRightBox.scss +++ b/nezha-fronted/src/assets/css/components/common/rightBox/chartRightBox/chartRightBox.scss @@ -30,6 +30,10 @@ .cm-tooltip.cm-tooltip-autocomplete{ max-width: 600px !important; } + .el-tabs__content{ + overflow-x: clip; + overflow-y: unset; + } } .right-box__container{ .chart-config{