From 64ff07864d19ec9a3f130828bff8ba833dd82103 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 22 Sep 2021 09:52:50 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-=201017=20fix=EF=BC=9A=20=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E6=8C=89=E9=92=AE=20=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=EF=BC=8C=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/layout/header.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/layout/header.vue b/nezha-fronted/src/components/layout/header.vue index 1cdcb46af..85f8aeadd 100644 --- a/nezha-fronted/src/components/layout/header.vue +++ b/nezha-fronted/src/components/layout/header.vue @@ -8,12 +8,15 @@
- + {{item.name}} +
@@ -344,4 +347,8 @@ export default { color: #999; } } +.header-link-nodata{ + color: #999999; + padding: 20px 20px; +}