这个grid-auto-rows
属性设置网格容器中行的大小。
此属性仅影响未设置大小的行。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
grid-auto-rows | 57 | 16 | 52 | 10 | 44 |
grid-auto-rows: auto|max-content|min-content|
length;
Value | Description | Demo |
---|---|---|
auto | Default value. The size of the rows is determined by the size of the largest item in the row | Demo ❯ |
max-content | Sets the size of each row to depend on the largest item in the row | Demo ❯ |
min-content | Sets the size of each row to depend on the smallest item in the row | Demo ❯ |
length | Sets the size of the rows, by using a legal length value. Read about length units | Demo ❯ |
CSS 教程:CSS 网格布局
CSS 参考:网格自动列属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!