mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增侧边栏
This commit is contained in:
@@ -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});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user