From 8df86516c2eb123cfba0bc8a1603e2518c015c80 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 May 2025 17:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96log=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/wx_logs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard/templates/wx_logs.html b/admin/dashboard/templates/wx_logs.html index 22855ad..6d0b7fe 100644 --- a/admin/dashboard/templates/wx_logs.html +++ b/admin/dashboard/templates/wx_logs.html @@ -149,7 +149,7 @@ .log-content pre { margin: 0; - white-space: pre-wrap; + white-space: pre; word-break: break-all; font-family: monospace; line-height: 1.5;