docs: fix Drawer closable description (#33018)

关闭按钮移至左上角了
This commit is contained in:
GannonSun 2021-11-25 14:35:40 +08:00 committed by GitHub
parent c1b1d8c3c4
commit d9ce96af3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/7z8NJQhFb/Drawer.svg
| afterVisibleChange | 切换抽屉时动画结束后的回调 | function(visible) | - | | | afterVisibleChange | 切换抽屉时动画结束后的回调 | function(visible) | - | |
| bodyStyle | 可用于设置 Drawer 内容部分的样式 | CSSProperties | - | | | bodyStyle | 可用于设置 Drawer 内容部分的样式 | CSSProperties | - | |
| className | 对话框外层容器的类名 | string | - | | | className | 对话框外层容器的类名 | string | - | |
| closable | 是否显示上角的关闭按钮 | boolean | true | | | closable | 是否显示上角的关闭按钮 | boolean | true | |
| closeIcon | 自定义关闭图标 | ReactNode | <CloseOutlined /> | | | closeIcon | 自定义关闭图标 | ReactNode | <CloseOutlined /> | |
| contentWrapperStyle | 可用于设置 Drawer 包裹内容部分的样式 | CSSProperties | - | | | contentWrapperStyle | 可用于设置 Drawer 包裹内容部分的样式 | CSSProperties | - | |
| destroyOnClose | 关闭时销毁 Drawer 里的子元素 | boolean | false | | | destroyOnClose | 关闭时销毁 Drawer 里的子元素 | boolean | false | |