From 075d5d5f6f41094b81095a9f32663f640ee796d8 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 12 Jul 2021 11:03:10 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E9=A5=BC=E5=9B=BE?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/charts/StatisticsLegend.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/charts/StatisticsLegend.vue b/src/components/charts/StatisticsLegend.vue index 5b87fdb0..14bbe1cd 100644 --- a/src/components/charts/StatisticsLegend.vue +++ b/src/components/charts/StatisticsLegend.vue @@ -98,6 +98,7 @@ export default { flex-shrink: 1; flex-grow: 1; overflow: hidden; + min-width: 200px; text-overflow: ellipsis; white-space: nowrap; }