From c346c750180f460065736f0c736ce4122b0554c6 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 7 Jul 2020 09:47:32 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-347=20feat=EF=BC=9A=E8=81=94=E8=B0=83?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E3=80=82style=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=AF=B9=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=AF=BC=E8=88=AA=E4=B8=8B=E6=8B=89=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/header.vue | 18 +- .../src/components/page/config/system.vue | 240 ++++++++++++++---- 2 files changed, 199 insertions(+), 59 deletions(-) diff --git a/nezha-fronted/src/components/common/header.vue b/nezha-fronted/src/components/common/header.vue index 27d11e4a9..36c9ef03d 100644 --- a/nezha-fronted/src/components/common/header.vue +++ b/nezha-fronted/src/components/common/header.vue @@ -13,9 +13,7 @@ @@ -859,6 +857,20 @@ float: right; border-bottom-right-radius: 8px; } + .linkTitle{ + display: inline-block; + width: 100%; + font-size: 15px; + color: #444444; + } + .linkTitle:hover{ + background-color: #eee; + } + .linkTitle>a{ + display: inline-block; + width: 100%; + padding-left: 35px; + }