Browse Source

add bodyStyle api

pull/11234/head
jim 7 years ago
committed by 陈帅
parent
commit
cbbe4035e2
  1. 1
      components/drawer/index.md

1
components/drawer/index.md

@ -11,6 +11,7 @@ subtitle: 抽屉
| --- | --- | --- | --- |
| className | 抽屉的类属性 | string | `drawer` |
| openClassName | 打开抽屉时的类属性 | string | `drawer-open`|
| bodyStyle | Drawer 面板 样式 | object | {} |
| mask | 是否展示遮罩 | Boolean | true |
| maskClosable | 点击蒙层是否允许关闭 | boolean | true |
| maskStyle | 遮罩样式 | object | {} |

Loading…
Cancel
Save