正在显示
1 个修改的文件
包含
7 行增加
和
3 行删除
| @@ -4,8 +4,12 @@ import { Row, Col } from 'antd'; | @@ -4,8 +4,12 @@ import { Row, Col } from 'antd'; | ||
| 4 | export default () => { | 4 | export default () => { |
| 5 | return ( | 5 | return ( |
| 6 | <Row> | 6 | <Row> |
| 7 | - <Col span={12} style={{ minHeight: '20px', background: '#fecccc' }}>INSERT_BLOCK_PLACEHOLDER:Col 12</Col> | ||
| 8 | - <Col span={12} style={{ minHeight: '20px', background: '#82caff' }}>INSERT_BLOCK_PLACEHOLDER:Col 12</Col> | 7 | + <Col span={12} style={{ minHeight: 400, padding: 16, borderRight: '1px solid #DDD' }}> |
| 8 | + INSERT_BLOCK_PLACEHOLDER:Col 12 | ||
| 9 | + </Col> | ||
| 10 | + <Col span={12} style={{ minHeight: 400, padding: 16 }}> | ||
| 11 | + INSERT_BLOCK_PLACEHOLDER:Col 12 | ||
| 12 | + </Col> | ||
| 9 | </Row> | 13 | </Row> |
| 10 | ); | 14 | ); |
| 11 | -} | 15 | +}; |
请
注册
或
登录
后发表评论