From 42fad57e49259d718222b1adb52c6987d7157ff3 Mon Sep 17 00:00:00 2001 From: ajuner <106791576@qq.com> Date: Tue, 28 Sep 2021 14:10:24 +0800 Subject: [PATCH] refactor: update --- components/drawer/demo/index.vue | 2 +- components/drawer/demo/multi-level-drawer.vue | 2 +- components/drawer/demo/render-in-current.vue | 8 +- components/drawer/demo/size.vue | 12 +-- components/drawer/demo/user-profile.vue | 2 +- components/vc-drawer/src/DrawerChild.tsx | 83 ++++++++++++------- 6 files changed, 63 insertions(+), 46 deletions(-) diff --git a/components/drawer/demo/index.vue b/components/drawer/demo/index.vue index e27a7ddea..4543fc5cf 100644 --- a/components/drawer/demo/index.vue +++ b/components/drawer/demo/index.vue @@ -5,8 +5,8 @@ - + diff --git a/components/drawer/demo/multi-level-drawer.vue b/components/drawer/demo/multi-level-drawer.vue index 638c25c51..9e5c6fcfc 100644 --- a/components/drawer/demo/multi-level-drawer.vue +++ b/components/drawer/demo/multi-level-drawer.vue @@ -1,6 +1,6 @@ --- -order: 6 +order: 5 title: zh-CN: 多层抽屉 en-US: Multi-level drawer diff --git a/components/drawer/demo/render-in-current.vue b/components/drawer/demo/render-in-current.vue index 7d1fc2ec8..b4429d867 100644 --- a/components/drawer/demo/render-in-current.vue +++ b/components/drawer/demo/render-in-current.vue @@ -48,10 +48,10 @@ Render in current dom. custom container, check getContainer.