From 6185754028f7e7229f63dea226d1ceb5d193d1ea Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 7 Jul 2020 13:43:33 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-347=20style=EF=BC=9A=E4=BF=AE=E6=94=B9link?= =?UTF-8?q?=E5=AF=BC=E8=88=AAname=E8=BF=87=E9=95=BF=E6=92=91=E5=BC=80?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=B8=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/header.vue | 10 ++++--- .../src/components/page/config/system.vue | 26 +++++++++++++------ 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/nezha-fronted/src/components/common/header.vue b/nezha-fronted/src/components/common/header.vue index 62017d64c..e1bdf33c8 100644 --- a/nezha-fronted/src/components/common/header.vue +++ b/nezha-fronted/src/components/common/header.vue @@ -13,7 +13,7 @@ @@ -863,7 +863,7 @@ } .linkTitle{ display: inline-block; - width: 100%; + width: 200px; font-size: 15px; color: #444444; } @@ -872,8 +872,12 @@ } .linkTitle>a{ display: inline-block; - width: 100%; + width: 150px; padding-left: 35px; + padding-right: 15px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; }