fix: horizontal tab panel in top reserve area, no longer covered

This commit is contained in:
2026-08-16 21:35:44 +08:00
parent bc08a8e4c3
commit b901afc901
3 changed files with 17 additions and 15 deletions
+3 -1
View File
@@ -73,7 +73,9 @@ function showTabPanel(tabs) {
row.append(name, close);
panel.appendChild(row);
});
panel.style.display = 'block';
// 横向展开(CSS flex-direction: row
// Expand horizontally (CSS flex-direction: row)
panel.style.display = 'flex';
}
// 收起标签面板