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
 ---
 
 基本页脚。