Skip to content

Commit

Permalink
fix: 修复布局配置为混合模式时 header 组件 content 区域超出屏幕的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Nov 13, 2024
1 parent e385256 commit 19f7b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/LeftTopMode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ $transition-time: 0.35s;
width: 100%;
display: flex;
.logo {
flex: none;
width: var(--v3-sidebar-width);
}
.content {
flex: 1;
position: relative;
overflow: hidden;
}
}
Expand Down

0 comments on commit 19f7b60

Please sign in to comment.