row and col

Posted crazycode2

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了row and col相关的知识,希望对你有一定的参考价值。

1.行

<Row gutter={{ md: 6, lg: 12, xl: 12 }}></Row>

gutter:

md: 中等屏幕 桌面显示器 (≥992px)

lg: 大屏幕 大桌面显示器 (≥1200px)

xl:

2.列

<Col md={6} sm={24}></Col>

md: 中等屏幕 桌面显示器 (≥992px)

sm: 小屏幕 平板 (≥768px)

以上是关于row and col的主要内容,如果未能解决你的问题,请参考以下文章

Bootstrap 'row's 不工作,但 'col's 做

尝试MarkDown语法

Excel_2017KB_02 PivotTable and Chart

Vue e-row、el-col高度一致且内容居中

从 pentaho 中的 ROWS 获取最大值

如何与“row_number() over (partition by [Col] order by [Col])”相反