diff --git a/src/layout/components/NavHeader/index.vue b/src/layout/components/NavHeader/index.vue index 5acb62f63..eda511400 100644 --- a/src/layout/components/NavHeader/index.vue +++ b/src/layout/components/NavHeader/index.vue @@ -35,7 +35,7 @@ -
  • +
  • @@ -109,7 +109,7 @@ export default { .left-item { line-height: $header-height; display: inline-block; - vertical-align: middle; + vertical-align: top; & > > > .el-submenu__title { font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; diff --git a/src/layout/components/NavLeft/Logo.vue b/src/layout/components/NavLeft/Logo.vue index cbceb4c64..b21de8b68 100644 --- a/src/layout/components/NavLeft/Logo.vue +++ b/src/layout/components/NavLeft/Logo.vue @@ -56,7 +56,7 @@ export default { position: relative; width: 100%; height: 50px; - line-height: 50px; + line-height: 48px; // background: #2b2f3a; text-align: center; overflow: hidden;