From e924f5165c6b3f8dc4ed3b3abad37e6185f72b64 Mon Sep 17 00:00:00 2001 From: Ching Date: Sun, 9 Feb 2025 21:06:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(template):=20=E4=BC=98=E5=8C=96logs.html?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=B8=AD=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/logs.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/logs.html b/templates/logs.html index aeb7101..e48efe0 100644 --- a/templates/logs.html +++ b/templates/logs.html @@ -101,16 +101,23 @@ display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; + width: 100%; } th, td { padding: 10px; font-size: 0.9rem; + min-width: 100px; + } + + td { + width: 33.33%; } .retry-button { padding: 6px 12px; font-size: 0.8rem; + width: 100%; } }