From c61d64a2490c5720c73bf41a5fae35894b528416 Mon Sep 17 00:00:00 2001 From: kicer Date: Wed, 22 Jul 2026 16:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E5=87=BB=E6=94=BE=E5=A4=A7=E5=90=8E?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=A1=A8=E6=A0=BC=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/public/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/public/index.html b/server/public/index.html index e3f83a2..b17d8f4 100644 --- a/server/public/index.html +++ b/server/public/index.html @@ -110,6 +110,14 @@ overflow: auto; font-size: 16px; line-height: 1.5; color: #333; } .fullscreen-overlay .fullscreen-text img { max-width: 200px; border-radius: 8px; margin: 4px 0; } + .fullscreen-overlay .fullscreen-text table { + width: 100%; + border-collapse: collapse; + margin: 8px 0; + } + .fullscreen-overlay .fullscreen-text th, + .fullscreen-overlay .fullscreen-text td {border: 1px solid #ddd;padding: 4px;text-align: left;font-size: 14px;} + .fullscreen-overlay .fullscreen-text th {background: #f0f0f0;} .detail-row { margin-bottom: 8px; }