Browse Source

Merge pull request #17673 from lhx6538665/patch-2

修改api的样式错误
pull/17675/head
偏右 5 years ago
committed by GitHub
parent
commit
546c97e09f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/drawer/index.zh-CN.md

4
components/drawer/index.zh-CN.md

@ -21,8 +21,8 @@ title: Drawer
| closable | 是否显示右上角的关闭按钮 | boolean | true | 3.7.0 |
| destroyOnClose | 关闭时销毁 Drawer 里的子元素 | boolean | false | 3.7.0 |
| getContainer | 指定 Drawer 挂载的 HTML 节点 | HTMLElement \| `() => HTMLElement` \| Selectors | 'body' | 3.7.0 |
| maskClosable | 点击蒙层是否允许关闭 | boolean | true | 3.7.0 | 3.7.0 |
| mask | 是否展示遮罩 | Boolean | true |
| maskClosable | 点击蒙层是否允许关闭 | boolean | true | 3.7.0 |
| mask | 是否展示遮罩 | Boolean | true | 3.7.0 |
| maskStyle | 遮罩样式 | object | {} | 3.7.0 |
| style | 可用于设置 Drawer 最外层容器的样式 | object | - | 3.7.0 |
| bodyStyle | 可用于设置 Drawer 的样式,调整浮层位置等 | object | - | 3.12.0 |

Loading…
Cancel
Save