Browse Source
docs: fix Drawer onClose description (#33031)
Drawer 抽屉现在关闭按钮都在左上角了,描述不对
pull/33045/head
shuchang
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/drawer/index.zh-CN.md
|
|
@ -47,4 +47,4 @@ cover: https://gw.alipayobjects.com/zos/alicdn/7z8NJQhFb/Drawer.svg |
|
|
|
| visible | Drawer 是否可见 | boolean | - | | |
|
|
|
| width | 宽度 | string \| number | 378 | | |
|
|
|
| zIndex | 设置 Drawer 的 `z-index` | number | 1000 | | |
|
|
|
| onClose | 点击遮罩层或右上角叉或取消按钮的回调 | function(e) | - | | |
|
|
|
| onClose | 点击遮罩层或左上角叉或取消按钮的回调 | function(e) | - | | |
|
|
|