Commit 0b78878f authored by afc163's avatar afc163

update component demo

parent b27ab27d
......@@ -28,8 +28,8 @@ ReactDOM.render(
<p>页面内容 页面内容 页面内容 页面内容</p>
<p>页面内容 页面内容 页面内容 页面内容</p>
<FooterToolbar extra="提示信息">
<Button type="primary">提交</Button>
<Button>取消</Button>
<Button type="primary">提交</Button>
</FooterToolbar>
</div>
, mountNode);
......
......@@ -26,6 +26,7 @@ const copyright = <div>Copyright <Icon type="copyright" /> 2017 蚂蚁金服体
ReactDOM.render(
<div style={{ background: '#f5f5f5', overflow: 'hidden' }}>
<div style={{ height: 280 }} />
<GlobalFooter links={links} copyright={copyright} />
</div>
, mountNode);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment