fix: 修复侧边栏布局——sidebar与main-content并排显示
This commit is contained in:
@@ -66,6 +66,7 @@ html, body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* ===== Toolbar ===== */
|
||||
@@ -297,6 +298,14 @@ html, body {
|
||||
}
|
||||
|
||||
/* ===== Main Content ===== */
|
||||
#workspace {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow: hidden;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#main-content {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user