Browse Source

调整 logo

master
bylxc 5 years ago
parent
commit
f84b840125
  1. 11
      src/views/layout/components/Sidebar/SidebarItem.vue

11
src/views/layout/components/Sidebar/SidebarItem.vue

@ -93,10 +93,10 @@ export default {
.logo-text { .logo-text {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: left;
justify-content: center;
color: #fff; color: #fff;
img { img {
width: 30%;
width: 35%;
} }
.systemName { .systemName {
font-size: 14px; font-size: 14px;
@ -106,9 +106,10 @@ export default {
.name { .name {
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
transform: scale(0.7);
margin-left: -8px;
transform: scale(0.8);
// transform-origin: (left, center);
transform-origin: left center;
margin-left: 2px;
} }
} }
} }

Loading…
Cancel
Save