From a2cff73fd79e8ea88e410623ce45d830bee72c8b Mon Sep 17 00:00:00 2001 From: Metona Date: Fri, 17 Apr 2026 08:57:03 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8A=A0=E5=AE=BD=E5=B8=AE=E5=8A=A9?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=20600px=20=E2=86=92=20760px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/styles/style.css b/src/renderer/styles/style.css index ec9fe1a..41b9018 100644 --- a/src/renderer/styles/style.css +++ b/src/renderer/styles/style.css @@ -1723,7 +1723,7 @@ html, body { /* ═══ 帮助弹框 ═══ */ #helpModal .modal { - max-width: 600px; + max-width: 760px; max-height: 85vh; }