From cd9c3d7327eb8c36efbea5aaafc8254497c3d148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AE=8F=E7=8E=BA?= Date: Tue, 16 Jul 2019 17:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/drawer/index.zh-CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/drawer/index.zh-CN.md b/components/drawer/index.zh-CN.md index 7a7b969c13..a2db1ad54a 100644 --- a/components/drawer/index.zh-CN.md +++ b/components/drawer/index.zh-CN.md @@ -21,8 +21,8 @@ title: Drawer | closable | 是否显示右上角的关闭按钮 | boolean | true | 3.7.0 | | destroyOnClose | 关闭时销毁 Drawer 里的子元素 | boolean | false | 3.7.0 | | getContainer | 指定 Drawer 挂载的 HTML 节点 | HTMLElement \| `() => HTMLElement` \| Selectors | 'body' | 3.7.0 | -| maskClosable | 点击蒙层是否允许关闭 | boolean | true | 3.7.0 | 3.7.0 | -| mask | 是否展示遮罩 | Boolean | true | +| maskClosable | 点击蒙层是否允许关闭 | boolean | true | 3.7.0 | +| mask | 是否展示遮罩 | Boolean | true | 3.7.0 | | maskStyle | 遮罩样式 | object | {} | 3.7.0 | | style | 可用于设置 Drawer 最外层容器的样式 | object | - | 3.7.0 | | bodyStyle | 可用于设置 Drawer 的样式,调整浮层位置等 | object | - | 3.12.0 |