fix: keep export tabs on one line

This commit is contained in:
aits2026
2026-03-10 14:11:05 +08:00
parent e209bd68d4
commit c899fa72b8

View File

@@ -1622,9 +1622,11 @@
.table-tabs {
display: flex;
gap: 8px;
flex-wrap: wrap;
flex-wrap: nowrap;
align-items: center;
.tab-btn {
flex: 0 0 auto;
border: 1px solid var(--border-color);
background: var(--bg-secondary);
color: var(--text-secondary);