mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
update layout reponsive demo
This commit is contained in:
parent
bf25bfe488
commit
0f95fdfa0f
@ -11,9 +11,9 @@ import { Row, Col } from 'antd';
|
|||||||
|
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<Row>
|
<Row>
|
||||||
<Col xs={0} sm={4} md={6} lg={8} />
|
<Col xs={2} sm={4} md={6} lg={8} />
|
||||||
<Col xs={24} sm={16} md={12} lg={8} />
|
<Col xs={20} sm={16} md={12} lg={8} />
|
||||||
<Col xs={0} sm={4} md={6} lg={8} />
|
<Col xs={2} sm={4} md={6} lg={8} />
|
||||||
</Row>
|
</Row>
|
||||||
, mountNode);
|
, mountNode);
|
||||||
````
|
````
|
||||||
|
Loading…
Reference in New Issue
Block a user