Skip to content

Commit

Permalink
Merge pull request #169 from FriedRiceNoodles/feat/overlay
Browse files Browse the repository at this point in the history
docs: correct some errors in the documentation
  • Loading branch information
FriedRiceNoodles authored Oct 21, 2024
2 parents 1cea420 + cae7e05 commit d154e39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/example/Overlay/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ group: 组件

## 属性 - Attributes & Properties

| 属性 | 说明 | 类型 | 默认值 |
| --------------------------------------------------------- | ------------------------- | --------- | ------ |
| open | 遮罩层是否可见 | `boolean` | false |
| zIndex | 设置遮罩层的`z-index` | `number` | 999 |
| noCloseWhenMaskClicked <br/> (no-close-when-mask-clicked) | 点击遮罩层不触发关闭事件 | `boolean` | false |
| noCloseWhenEscPressed <br/> (no-close-when-esc-pressed) | 按下`Esc`键不触发关闭事件 | `boolean` | false |
| 属性 | 说明 | 类型 | 默认值 |
| ----------------------------------------------------------- | ------------------------- | --------- | ------ |
| open | 遮罩层是否可见 | `boolean` | false |
| zIndex | 设置遮罩层的`z-index` | `number` | 999 |
| noCloseWhenMaskClicked <br/> (no-close-when-mask-clicked) | 点击遮罩层不触发关闭事件 | `boolean` | false |
| noCloseWhenEscPressed <br/> (no-close-when-esc-key-pressed) | 按下`Esc`键不触发关闭事件 | `boolean` | false |

## 方法 - Methods

Expand Down

0 comments on commit d154e39

Please sign in to comment.