diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 276a98d..40c0ea7 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -38,7 +38,7 @@ trigger="click" >
- +
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index cdc09d0..cabe0f9 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -89,12 +89,14 @@ export default { .sidebar-logo-container { position: relative; - width: 100%; - height: 50px; - line-height: 50px; + width: 85%; + height: 80px; + line-height: 30px; background: #2b2f3a; text-align: center; overflow: hidden; + margin-left: 5%; + margin-top: 5%; & .sidebar-logo-link { height: 100%;