diff --git a/components/drawer/demo/form-in-drawer.md b/components/drawer/demo/form-in-drawer.md index c8386a863d..c4d497f1aa 100644 --- a/components/drawer/demo/form-in-drawer.md +++ b/components/drawer/demo/form-in-drawer.md @@ -52,7 +52,12 @@ class DrawerForm extends React.Component { textAlign: 'right', }} > - + diff --git a/components/drawer/demo/multi-level-drawer.md b/components/drawer/demo/multi-level-drawer.md index 13307d3d21..165c23a1d6 100644 --- a/components/drawer/demo/multi-level-drawer.md +++ b/components/drawer/demo/multi-level-drawer.md @@ -55,18 +55,6 @@ class App extends React.Component { closable={false} onClose={this.onClose} visible={this.state.visible} - footer={ -
- - -
- } >