From c4e2411ace7d9106262d50a64adce6a503be824c Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 8 Apr 2025 17:51:25 +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 | 1 + 1 file changed, 1 insertion(+) 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;