diff --git a/admin/dashboard/templates/wx_logs.html b/admin/dashboard/templates/wx_logs.html index ac06902..3eedcc4 100644 --- a/admin/dashboard/templates/wx_logs.html +++ b/admin/dashboard/templates/wx_logs.html @@ -79,6 +79,7 @@ .log-content { max-height: 700px; overflow-y: auto; + overflow-x: auto; background-color: #f5f5f5; padding: 10px; border-radius: 4px;