diff --git a/src/views/layout/components/Sidebar/SidebarItem.vue b/src/views/layout/components/Sidebar/SidebarItem.vue index 80674b9f..1c9d69cb 100644 --- a/src/views/layout/components/Sidebar/SidebarItem.vue +++ b/src/views/layout/components/Sidebar/SidebarItem.vue @@ -4,7 +4,12 @@ @@ -78,13 +83,34 @@ export default { .logo { height: 56px; width: 100%; - padding: 0 20px; + // padding: 0 20px; display: flex; align-items: center; justify-content: center; img { width: 100%; } + .logo-text { + display: flex; + align-items: center; + justify-content: left; + color: #fff; + img { + width: 30%; + } + .systemName { + font-size: 14px; + font-weight: bold; + font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; + } + .name { + font-size: 12px; + font-weight: bold; + transform: scale(0.7); + margin-left: -8px; + + } + } } .has-logo { width: 100%;