From e656b46090e0b3de3b5d7cbbd43248ee38574d60 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 May 2025 17:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96log=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/wx_logs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;