From 259f5fdef663da661805c707e939da19981d2e9b Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 27 Feb 2022 15:47:43 +0800 Subject: [PATCH] doc: update drawer --- .../__tests__/__snapshots__/demo.test.js.snap | 4 +-- components/drawer/demo/basic.vue | 2 +- components/drawer/demo/form-in-drawer.vue | 10 ++++--- components/drawer/demo/render-in-current.vue | 4 +-- components/drawer/index.en-US.md | 2 +- components/drawer/index.tsx | 16 ++++++---- components/drawer/index.zh-CN.md | 4 +-- components/drawer/style/drawer.less | 30 ++++++++----------- 8 files changed, 36 insertions(+), 36 deletions(-) diff --git a/components/drawer/__tests__/__snapshots__/demo.test.js.snap b/components/drawer/__tests__/__snapshots__/demo.test.js.snap index 5c0146173..988c9b4ea 100644 --- a/components/drawer/__tests__/__snapshots__/demo.test.js.snap +++ b/components/drawer/__tests__/__snapshots__/demo.test.js.snap @@ -15,9 +15,7 @@ exports[`renders ./components/drawer/demo/extra.vue correctly 1`] = ` `; exports[`renders ./components/drawer/demo/form-in-drawer.vue correctly 1`] = ` - + `; diff --git a/components/drawer/demo/basic.vue b/components/drawer/demo/basic.vue index 998684be9..61cd11cb9 100644 --- a/components/drawer/demo/basic.vue +++ b/components/drawer/demo/basic.vue @@ -8,7 +8,7 @@ title: ## zh-CN -基础抽屉,点击触发按钮抽屉从右滑出,点击遮罩区关闭 +基础抽屉,点击触发按钮抽屉从右滑出,点击遮罩区关闭。 ## en-US diff --git a/components/drawer/demo/form-in-drawer.vue b/components/drawer/demo/form-in-drawer.vue index 82a9de594..603aaf6a6 100644 --- a/components/drawer/demo/form-in-drawer.vue +++ b/components/drawer/demo/form-in-drawer.vue @@ -18,7 +18,7 @@ Use form in drawer with submit button.