diff --git a/PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue b/PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue index df20b69..b45e7f5 100644 --- a/PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue +++ b/PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue @@ -56,8 +56,8 @@ export default { width: 100%; & .sidebar-logo { - width: 61px; - height: 15px; + width: 140px; + // height: 15px; vertical-align: middle; margin-right: 12px; } @@ -77,7 +77,7 @@ export default { &.collapse { .sidebar-logo { width: 42px; - height: 10px; + // height: 10px; margin-right: 0px; } }