style: remove outer export table frame

This commit is contained in:
aits2026
2026-03-10 14:15:40 +08:00
parent 6ad1e6c3f3
commit 122ad73c2e

View File

@@ -1563,15 +1563,10 @@
}
.session-table-section {
border: 1px solid var(--border-color);
border-radius: 12px;
background: var(--card-bg);
padding: 12px;
flex: 0 0 auto;
min-height: 420px;
display: flex;
flex-direction: column;
gap: 10px;
overflow: visible;
}