From 1f0fb83b6228839b6d4cc586218975513e9b20c7 Mon Sep 17 00:00:00 2001 From: zyh Date: Tue, 21 May 2024 17:44:35 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3477=20fix:=20legend=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E9=99=90=E5=88=B6=E6=9C=80=E5=A4=A7=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/components/chart/chart.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/chart/chart.scss b/nezha-fronted/src/assets/css/components/chart/chart.scss index 29da8d1ad..ba1c31623 100644 --- a/nezha-fronted/src/assets/css/components/chart/chart.scss +++ b/nezha-fronted/src/assets/css/components/chart/chart.scss @@ -451,10 +451,6 @@ cursor: pointer; } } - .legend--table-cell:first-of-type { - max-width: 600px; - width: 90%; - } .legend--table-cell { display: table-cell; overflow: hidden;