diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 3391fa4c0..e5e6ad521 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -45,9 +45,9 @@ export default { .sidebar-logo-container { position: relative; width: 100%; - height: 50px; - line-height: 50px; - background: #2b2f3a; + height: 70px; + line-height: 60px; + // background: #2b2f3a; text-align: center; overflow: hidden; diff --git a/src/layout/components/Sidebar/Organization.vue b/src/layout/components/Sidebar/Organization.vue index e1dd22f11..ca1b22afb 100644 --- a/src/layout/components/Sidebar/Organization.vue +++ b/src/layout/components/Sidebar/Organization.vue @@ -1,15 +1,17 @@ - - - - - {{ currentorg.name }} - - - {{ option.name }} - - - + + + + + + {{ currentorg.name }} + + + {{ option.name }} + + + +