mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 19:09:21 +08:00
fix: 修复布局配置为混合模式时 header 组件 content 区域超出屏幕的问题
This commit is contained in:
parent
e38525638d
commit
19f7b6049e
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user