diff --git a/admin/dashboard/templates/wx_logs.html b/admin/dashboard/templates/wx_logs.html index fed422a..22855ad 100644 --- a/admin/dashboard/templates/wx_logs.html +++ b/admin/dashboard/templates/wx_logs.html @@ -139,7 +139,7 @@ .log-content { flex: 1; overflow-y: auto !important; - overflow-x: auto !important; + overflow-x: scroll !important; background-color: #f5f5f5; padding: 10px; border-radius: 4px;