Update WorkspaceView.vue

This commit is contained in:
Baobhan Sith
2025-04-19 00:12:57 +08:00
parent 1a1cf90f80
commit c18db0546a
@@ -372,7 +372,6 @@ const handleCloseEditorTab = (tabId: string) => {
flex-direction: column;
height: calc(100vh - 60px - 30px - 2rem); /* 保持原始高度计算 */
overflow: hidden;
background-color: var(--app-bg-color); /* Added app background */
}
.main-content-area {