From 72603f4005e3b3b83f596db843f69a38bb343fde Mon Sep 17 00:00:00 2001 From: hyx Date: Sat, 9 May 2020 11:33:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98=201=20=E5=9B=BE=E8=A1=A8=E9=A2=84=E8=A7=88=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E9=97=B4=E9=80=89=E6=8B=A9=E5=99=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BD=8D=E7=BD=AE=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chartPreview.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/charts/chartPreview.vue b/nezha-fronted/src/components/charts/chartPreview.vue index 1486df1ec..7027e49ec 100644 --- a/nezha-fronted/src/components/charts/chartPreview.vue +++ b/nezha-fronted/src/components/charts/chartPreview.vue @@ -13,9 +13,10 @@ } .chart-title { display: flex; + justify-content: space-between; } .chart-title-text{ - max-width:calc(100% - 175px); + max-width:calc(100% - 20px); text-overflow: ellipsis; overflow: hidden; white-space: nowrap;