fix: horizontal tab panel in top reserve area, no longer covered
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
// 收起标签面板
|
||||
|
||||
Reference in New Issue
Block a user