From e2b0d2ceef039ddfb28b25fa329e90af2e0814b0 Mon Sep 17 00:00:00 2001 From: MoeFurina Date: Fri, 10 Jul 2026 13:20:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=BF=87=E6=8C=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 6 ------ src/client/public/index.html | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 42d4fd8..0000000 --- a/.dockerignore +++ /dev/null @@ -1,6 +0,0 @@ -node_modules -.git -.gitignore -*.md -captures.jsonl -.env diff --git a/src/client/public/index.html b/src/client/public/index.html index 702029c..a142405 100644 --- a/src/client/public/index.html +++ b/src/client/public/index.html @@ -593,9 +593,8 @@ .headers-table th, .headers-table td { text-align: left; - padding: 5px 10px; + padding: 6px 12px; border-bottom: 1px solid var(--border); - word-break: break-all; } .headers-table th { color: var(--muted); @@ -613,6 +612,18 @@ .headers-table .header-key { color: var(--accent); 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 ======================== */