+);
class App extends React.Component {
state = { visible: false };
@@ -185,9 +183,3 @@ class App extends React.Component {
ReactDOM.render(, mountNode);
```
-
-
\ No newline at end of file
diff --git a/components/drawer/index.en-US.md b/components/drawer/index.en-US.md
index 52382735479f..2b7bfc60b535 100644
--- a/components/drawer/index.en-US.md
+++ b/components/drawer/index.en-US.md
@@ -31,3 +31,9 @@ A Drawer is a panel that is typically overlaid on top of a page and slides in fr
| zIndex | The `z-index` of the Drawer. | Number | 1000 |
| placement | The placement of the Drawer. | 'left' \| 'right' | 'right'
| onClose | Specify a callback that will be called when a user clicks mask, close button or Cancel button. | function(e) | - |
+
+
diff --git a/components/drawer/index.zh-CN.md b/components/drawer/index.zh-CN.md
index 001bc7230732..e1ac2987cbbb 100644
--- a/components/drawer/index.zh-CN.md
+++ b/components/drawer/index.zh-CN.md
@@ -32,3 +32,9 @@ title: Drawer
| zIndex | 设置 Drawer 的 `z-index` | Number | 1000 |
| placement | 抽屉的方向 | 'left' \| 'right' | 'right'
| onClose | 点击遮罩层或右上角叉或取消按钮的回调 | function(e) | 无 |
+
+