Template
1
0
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:
pany 2024-11-13 16:08:35 +08:00
parent e38525638d
commit 19f7b6049e

View File

@ -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;
}
}