根因:grid-template-columns使用auto-fit+minmax导致列数不确定, 与span-2项组合时布局错乱。改用repeat(4,1fr)固定4列网格, 配合响应式断点处理不同屏幕尺寸。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The file is empty.
根因:grid-template-columns使用auto-fit+minmax导致列数不确定, 与span-2项组合时布局错乱。改用repeat(4,1fr)固定4列网格, 配合响应式断点处理不同屏幕尺寸。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>