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