Skip to content

Commit

Permalink
fix: 修复文档版本修改为4.7.0, 文档的order改为13最后一个,指针改为move
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoneybee committed Sep 1, 2020
1 parent 18675ad commit b46d694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/modal/demo/draggable.md
@@ -1,5 +1,5 @@
---
order: 0
order: 13
title:
zh-CN: 拖拽
en-US: Draggable
Expand Down Expand Up @@ -54,7 +54,7 @@ class App extends React.Component {
<div
style={{
width: '100%',
cursor: 'pointer',
cursor: 'move',
}}
onMouseOver={() => {
if (this.state.disabled) {
Expand Down
2 changes: 1 addition & 1 deletion components/modal/index.zh-CN.md
Expand Up @@ -45,7 +45,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/3StSdUlSH/Modal.svg
| zIndex | 设置 Modal 的 `z-index` | number | 1000 |
| onCancel | 点击遮罩层或右上角叉或取消按钮的回调 | function(e) | - |
| onOk | 点击确定回调 | function(e) | - |
| modalRender | 对话框的内容渲染 | (node: ReactNode) => ReactNode | - | 4.6.3+ |
| modalRender | 对话框的内容渲染 | (node: ReactNode) => ReactNode | - | 4.7.0 |

#### 注意

Expand Down

0 comments on commit b46d694

Please sign in to comment.