From 6375d51c183f84e892c2dac1b7d0abd40d0437e2 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 13 Oct 2017 17:49:31 +0800 Subject: [PATCH] update demos --- src/components/FooterToolbar/demo/basic.md | 4 ++-- src/components/GlobalFooter/demo/basic.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FooterToolbar/demo/basic.md b/src/components/FooterToolbar/demo/basic.md index 4d90efe0..629fbee1 100644 --- a/src/components/FooterToolbar/demo/basic.md +++ b/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(
diff --git a/src/components/GlobalFooter/demo/basic.md b/src/components/GlobalFooter/demo/basic.md index 53e5caba..3b239fb4 100644 --- a/src/components/GlobalFooter/demo/basic.md +++ b/src/components/GlobalFooter/demo/basic.md @@ -1,7 +1,7 @@ --- order: 0 title: 演示 -iframe: 600 +iframe: 400 --- 基本页脚。 -- GitLab