mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: 修改 logo
This commit is contained in:
@@ -87,6 +87,7 @@ export default {
|
||||
width: 24px;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
background: white;
|
||||
}
|
||||
.mobile .header-avatar {
|
||||
display: none;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user