소스 검색

update demos

afc163 8 년 전
부모
커밋
6375d51c18
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/components/FooterToolbar/demo/basic.md
  2. 1 1
      src/components/GlobalFooter/demo/basic.md

+ 2 - 2
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' }}>

+ 1 - 1
src/components/GlobalFooter/demo/basic.md

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