From 171ebac326e2a8bcb4072015d07498fa799c1f8e Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Wed, 4 Mar 2026 11:20:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20PC=20=E5=AE=B9=E5=99=A8=20max-width=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA=20100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index f788085..a8d7045 100644 --- a/app/globals.css +++ b/app/globals.css @@ -86,7 +86,7 @@ body::before { } .container { - max-width: 90%; + max-width: 100%; width: 1200px; margin: 0 auto; padding: 24px;