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;
}