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 856bb3d commit 0d79bac
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
| width | 宽度 | string \| number | 520 |
| wrapClassName | 对话框外层容器的类名 | string | - |
| zIndex | 设置 Modal 的 `z-index` | number | 1000 |
| modalRender | 对话框的内容渲染 | (node: ReactNode) => ReactNode | - | 4.6.3+ |
| modalRender | 对话框的内容渲染 | (node: ReactNode) => ReactNode | - | 4.7.0 |

#### 注意

Expand Down

0 comments on commit 0d79bac

Please sign in to comment.