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; }