From b0d436d771f7560d3c593280778dfa72f8639688 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sat, 27 Dec 2025 16:28:32 +0800 Subject: [PATCH] =?UTF-8?q?.honor-grid=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 6389bea..fde48ee 100644 --- a/css/index.css +++ b/css/index.css @@ -1887,7 +1887,7 @@ /* 网格布局容器 */ .honor-grid { - display: grid; + display: flex; grid-template-columns: repeat(6, 1fr); gap: 24px; max-width: 1400px; @@ -1895,7 +1895,7 @@ padding: 0 20px; position: relative; z-index: 1; - justify-items: center; + justify-content: center; /* 网格项水平居中 */ }