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;