Browse Source

update demos

pull/18/head
afc163 9 years ago
parent
commit
6375d51c18
  1. 4
      src/components/FooterToolbar/demo/basic.md
  2. 2
      src/components/GlobalFooter/demo/basic.md

4
src/components/FooterToolbar/demo/basic.md

@ -1,14 +1,14 @@
---
order: 0
title: 演示
iframe: 600
iframe: 400
---
浮动固定页脚。
````jsx
import FooterToolbar from 'ant-design-pro/lib/FooterToolbar';
import { Icon } from 'antd';
import { Button } from 'antd';
ReactDOM.render(
<div style={{ background: '#f7f7f7' }}>

2
src/components/GlobalFooter/demo/basic.md

@ -1,7 +1,7 @@
---
order: 0
title: 演示
iframe: 600
iframe: 400
---
基本页脚。

Loading…
Cancel
Save