update layout reponsive demo

This commit is contained in:
afc163 2016-03-09 17:50:33 +08:00
parent bf25bfe488
commit 0f95fdfa0f

View File

@ -11,9 +11,9 @@ import { Row, Col } from 'antd';
ReactDOM.render(
<Row>
<Col xs={0} sm={4} md={6} lg={8} />
<Col xs={24} sm={16} md={12} lg={8} />
<Col xs={0} sm={4} md={6} lg={8} />
<Col xs={2} sm={4} md={6} lg={8} />
<Col xs={20} sm={16} md={12} lg={8} />
<Col xs={2} sm={4} md={6} lg={8} />
</Row>
, mountNode);
````