From c87b0a249c927a8ffe578de56039037e4a4a56ce Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Thu, 27 Mar 2025 15:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=A1=E7=89=87=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/toolcard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/toolcard.css b/css/toolcard.css index f64f708..a3b8a36 100644 --- a/css/toolcard.css +++ b/css/toolcard.css @@ -5,7 +5,7 @@ /* 保证工具卡片正常排列 */ .tools-grid { display: grid; - grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; padding: 20px; }