feat: 新增侧边栏

This commit is contained in:
MTrun
2022-04-09 23:55:09 +08:00
parent 9c04f51548
commit 4c28df1602
14 changed files with 224 additions and 78 deletions
+5
View File
@@ -151,11 +151,16 @@ $topOrBottomHeight: 40px;
border-bottom: 1px solid;
@include filter-border-color('background-color1');
}
.content {
height: calc(100vh - #{$--header-height});
overflow: hidden;
}
.aside {
position: relative;
}
.content-height-show-top-bottom {
height: calc(100vh - #{$--header-height} - #{$topOrBottomHeight});
}