Browse Source

logo处理

noToken
安虹睿 1 year ago
parent
commit
9a6a102996
  1. 6
      PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue

6
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;
}
}

Loading…
Cancel
Save