perf: 修改 logo

This commit is contained in:
ibuler
2022-11-23 16:53:54 +08:00
parent c05a01e46f
commit fd3191ad09
3 changed files with 5 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ export default {
width: 24px;
margin-right: 5px;
vertical-align: middle;
background: white;
}
.mobile .header-avatar {
display: none;

View File

@@ -75,7 +75,7 @@ export default {
& .sidebar-logo-text {
width: 150px;
height: 50px;
padding: 0px 0 2px;
padding: 3px 0;
vertical-align: top;
margin-right: 12px;
}

View File

@@ -9,7 +9,7 @@
.el-submenu, .el-menu-item.submenu-title-noDropdown {
background-color: $menuBg;
border-top: dashed 1px #f3f3f4;
border-top: solid 1px #f3f3f4;
.el-submenu__title {
color: $menuText;
@@ -25,7 +25,6 @@
.el-menu-item, .el-submenu-sidebar .el-menu-item {
background-color: $subMenuBg;
color: $menuText;
list-style: circle inside;
&.submenu-title-noDropdown {
@@ -37,9 +36,11 @@
font-weight: 600;
list-style-type: disc;
}
&:hover {
background-color: $subMenuHover;
color: $subMenuActiveText;
list-style-type: disc;
}
i {
color: $menuText;