From 9c41d4c3b65f8921f7edfade5041d8bfffc0e09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Fri, 17 Jan 2020 23:32:56 +0800 Subject: [PATCH] :clapper: update drawer demo (#20988) --- components/drawer/demo/form-in-drawer.md | 7 +++- components/drawer/demo/multi-level-drawer.md | 41 -------------------- 2 files changed, 6 insertions(+), 42 deletions(-) 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={ -
- - -
- } >