From db97240ad3f20435837c3a4e952b7965e8fc35ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 3 Aug 2022 16:28:29 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E5=AF=B9=E9=BD=90=EF=BC=9B=E6=9B=BF=E6=8D=A2=E7=AB=99?= =?UTF-8?q?=E5=86=85=E4=BF=A1=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/icons/svg/email-fill.svg | 2 +- src/layout/components/NavHeader/index.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/icons/svg/email-fill.svg b/src/icons/svg/email-fill.svg index 5505d561a..32b19a138 100644 --- a/src/icons/svg/email-fill.svg +++ b/src/icons/svg/email-fill.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/layout/components/NavHeader/index.vue b/src/layout/components/NavHeader/index.vue index 51837f51c..f939ad187 100644 --- a/src/layout/components/NavHeader/index.vue +++ b/src/layout/components/NavHeader/index.vue @@ -117,8 +117,10 @@ export default { .navbar-right { float: right; margin-right: 10px; - + height: 55px; + line-height: 55px; .header-hover { + line-height: 56px!important; &:hover { background-color: #e6e6e6; }