From 9b8e0c35584b84ba2a95152907d862b31ad36b28 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 8 Apr 2025 17:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/wx_logs.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/dashboard/templates/wx_logs.html b/admin/dashboard/templates/wx_logs.html index 3eedcc4..d03ccea 100644 --- a/admin/dashboard/templates/wx_logs.html +++ b/admin/dashboard/templates/wx_logs.html @@ -87,8 +87,9 @@ .log-content pre { margin: 0; - white-space: pre-wrap; - word-break: break-all; + white-space: pre; + word-break: normal; + word-wrap: normal; font-family: monospace; }