- 使用 CSS Grid (grid-template-columns: repeat(4, 1fr)) 替代 flexbox - 确保所有行的列宽一致,解决3项行与4项行不对齐问题 - 固定 label 宽度为 120px,保持标签对齐 - 移除 flex-wrap,使用网格布局自动换行 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The file is empty.
- 使用 CSS Grid (grid-template-columns: repeat(4, 1fr)) 替代 flexbox - 确保所有行的列宽一致,解决3项行与4项行不对齐问题 - 固定 label 宽度为 120px,保持标签对齐 - 移除 flex-wrap,使用网格布局自动换行 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>