fix: update styles for an adaptive height (#157)

This commit is contained in:
Fine0830
2022-09-13 16:31:30 +08:00
committed by GitHub
parent 0d63d538c3
commit 9ed0121fd0
3 changed files with 9 additions and 7 deletions

View File

@@ -141,13 +141,14 @@ const filterMenus = (menus: any[]) => {
.side-bar {
background: #252a2f;
height: 100%;
min-height: 700px;
position: relative;
margin-bottom: 100px;
overflow-y: auto;
overflow-x: hidden;
}
.el-menu-vertical:not(.el-menu--collapse) {
width: 200px;
width: 220px;
font-size: 16px;
}