🔨 重构终端前端逻辑

This commit is contained in:
lijiahangmax
2024-02-02 01:29:21 +08:00
parent ae52a556d9
commit 9bf4a8e291
6 changed files with 85 additions and 9 deletions

View File

@@ -130,11 +130,11 @@
.tab-title-wrapper {
display: flex;
align-items: center;
align-items: stretch;
.tab-title-icon {
font-size: 16px;
margin-right: 4px;
margin-right: 6px;
}
}

View File

@@ -71,7 +71,7 @@
}
} else {
// 修改标题
document.title = '主机终端';
document.title = TerminalTabs.TERMINAL_PANEL.title;
}
});

View File

@@ -37,7 +37,7 @@
panel: ITerminalTabManager
}>();
// FIXME 全部关闭则关闭
// FIXME 全部关闭展示新增
</script>
@@ -49,11 +49,11 @@
.tab-title-wrapper {
display: flex;
align-items: center;
align-items: stretch;
.tab-title-icon {
font-size: 16px;
margin-right: 4px;
margin-right: 6px;
}
}