feat: update

This commit is contained in:
xiaoxian521
2021-10-30 21:14:25 +08:00
parent 15ccd5db5b
commit 5f349775a8
10 changed files with 44 additions and 14 deletions

View File

@@ -4,7 +4,6 @@
// vertical模式下主体内容距离网页文档左侧的距离
$sideBarWidth
) {
$menuText: #7a80b4;
$menuActiveText: #7a80b4;
@media screen and (min-width: 150px) and (max-width: 420px) {
@@ -18,6 +17,13 @@
}
}
.el-menu-item,
.el-sub-menu__title {
&:hover {
color: $menuTitleHover !important;
}
}
.main-container {
height: 100vh;
min-height: 100%;
@@ -549,6 +555,10 @@ body[layout="vertical"] {
$sideBarWidth: 210px;
@include merge-style($sideBarWidth);
.sidebar-logo-container {
background: $sidebarLogo;
}
.hideSidebar {
.fixed-header {
width: calc(100% - 54px);