From 450ce01b4ff4b594b5eccc70a02b43c66aa5e2f0 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Mon, 5 Dec 2022 14:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/showlog.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/auto_pt/showlog.html b/templates/auto_pt/showlog.html index 0c2833a..f9dedb2 100644 --- a/templates/auto_pt/showlog.html +++ b/templates/auto_pt/showlog.html @@ -12,16 +12,18 @@ background-color: #D3DCE6; color: #333; text-align: center; - line-height: 200px; + line-height: 150px; } .logs { color: #F2F6FC; background-color: #1f2c39; - margin-left: 25px; font-size: 14px; font-family: 'Heiti SC'; - line-height: 18px; + line-height: 20px; + word-break: break-word; + } + .logs > code { }