From 9c9511e8176face1c781b010c6c5e926101dcf71 Mon Sep 17 00:00:00 2001 From: mac Date: Fri, 24 Jul 2026 17:36:50 +0800 Subject: [PATCH] =?UTF-8?q?v2.1.2=20=E2=80=94=20=E5=91=A8=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=94=B9=E4=B8=BA2=E5=88=97=E4=B8=80=E8=A1=8Cgrid?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index e46edea..9872761 100644 --- a/static/style.css +++ b/static/style.css @@ -220,14 +220,13 @@ body { /* 周选择 */ .cal-weeks { - display: flex; + display: grid; + grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 8px 14px 10px; - justify-content: center; } .cal-week-cell { - width: 44px; - height: 44px; + height: 42px; display: flex; align-items: center; justify-content: center;