Przeglądaj źródła

fix a dialog doc typo

Leopoldthecoder 8 lat temu
rodzic
commit
44f4de4ce0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/docs/zh-cn/dialog.md

+ 1 - 1
examples/docs/zh-cn/dialog.md

@@ -135,7 +135,7 @@ Dialog 组件的内容可以是任意的,甚至可以是表格或表单,下
 | size      | Dialog 的大小 | string    | tiny/small/large/full | small |
 | top       | Dialog CSS 中的 top 值(仅在 size 不为 full 时有效) | string    | —                       | 15%     |
 | modal     | 是否需要遮罩层   | boolean   | — | true |
-| lockScroll | 是否在 Dialog 出现时将 body 滚动锁定 | boolean | — | true |
+| lock-scroll | 是否在 Dialog 出现时将 body 滚动锁定 | boolean | — | true |
 | custom-class      | Dialog 的自定义类名 | string    | — | — |
 | close-on-click-modal | 是否可以通过点击 modal 关闭 Dialog | boolean    | — | true |
 | close-on-press-escape | 是否可以通过按下 ESC 关闭 Dialog | boolean    | — | true |