Skip to content

Commit

Permalink
docs: fix Drawer onClose description (#33031)
Browse files Browse the repository at this point in the history
Drawer 抽屉现在关闭按钮都在左上角了,描述不对
  • Loading branch information
dreampasss authored Nov 26, 2021
1 parent ededd9a commit 4dcc85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/drawer/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | - | |

0 comments on commit 4dcc85e

Please sign in to comment.