fix: banner移入content-wrapper,标签栏下方直接是两栏布局

This commit is contained in:
thzxx
2026-05-21 12:04:54 +08:00
parent dbbd0f4abb
commit d25c2ec30d
3 changed files with 19 additions and 8 deletions
+9
View File
@@ -308,11 +308,20 @@ html, body {
#main-content {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
min-width: 0;
}
#content-wrapper {
flex: 1;
display: flex;
flex-direction: row;
overflow: hidden;
min-height: 0;
}
/* ===== Editor Panel ===== */
#editor-panel {
flex: 1;