This commit is contained in:
Baobhan Sith
2025-04-19 21:49:19 +08:00
parent d6cb9f1846
commit e6709a7c5f
2 changed files with 1 additions and 18 deletions
@@ -370,7 +370,7 @@ const handleCloseEditorTab = (tabId: string) => {
display: flex;
background-color: transparent;
flex-direction: column;
height: calc(100vh - 60px - 30px - 2rem); /* 保持原始高度计算 */
height: calc(100vh - 3.5rem); /* 保持原始高度计算 */
overflow: hidden;
}