This commit is contained in:
Baobhan Sith
2025-04-19 00:11:49 +08:00
parent 19a44ba9d3
commit 6a3c77b37a
3 changed files with 38 additions and 15 deletions
@@ -368,6 +368,7 @@ const handleCloseEditorTab = (tabId: string) => {
<style scoped>
.workspace-view {
display: flex;
background-color: transparent;
flex-direction: column;
height: calc(100vh - 60px - 30px - 2rem); /* 保持原始高度计算 */
overflow: hidden;