提交 70d4167aec868135bf9192ae189333b21de00758

作者 陈帅
1 个父辈 a9bb8fd6

new layout block style

... ... @@ -4,8 +4,12 @@ import { Row, Col } from 'antd';
4 4 export default () => {
5 5 return (
6 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 13 </Row>
10 14 );
11   -}
  15 +};
... ...
注册登录 后发表评论