可视化生成CSS Grid布局代码。
display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, auto); column-gap: 8px; row-gap: 8px;