Skip to content
@meizhou/atomcss
Main Navigation
指引
组件
iconPark字节图标
模板
v0.0.36
Appearance
Menu
Return to top
本页目录
Table of Contents for current page
grid-template-rows
命名规律:
grid-rows-{数值}
class名
样式值
grid-rows-1
grid-template-rows: repeat(1, minmax(0, 1fr));
grid-rows-12
grid-template-rows: repeat(12, minmax(0, 1fr));
使用示例