fix: 修复显示过挤

This commit is contained in:
ElyPrism 2026-07-10 13:20:15 +08:00
parent 0fe0500ae1
commit e2b0d2ceef
No known key found for this signature in database
2 changed files with 13 additions and 8 deletions

View File

@ -1,6 +0,0 @@
node_modules
.git
.gitignore
*.md
captures.jsonl
.env

View File

@ -593,9 +593,8 @@
.headers-table th, .headers-table th,
.headers-table td { .headers-table td {
text-align: left; text-align: left;
padding: 5px 10px; padding: 6px 12px;
border-bottom: 1px solid var(--border); border-bottom: 1px solid var(--border);
word-break: break-all;
} }
.headers-table th { .headers-table th {
color: var(--muted); color: var(--muted);
@ -613,6 +612,18 @@
.headers-table .header-key { .headers-table .header-key {
color: var(--accent); color: var(--accent);
font-weight: 600; font-weight: 600;
width: 220px;
min-width: 160px;
max-width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 16px;
vertical-align: top;
}
.headers-table td:last-child {
word-break: break-all;
vertical-align: top;
} }
/* ======================== Filter Chips ======================== */ /* ======================== Filter Chips ======================== */