feat(Overlay): add custom-style prop (#4572)

This commit is contained in:
neverland
2019-09-25 15:22:25 +08:00
committed by GitHub
parent a70c0ac5f4
commit 89d97ee5cb
5 changed files with 19 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@ export default {
| z-index | z-index 层级 | *string \| number* | `1` | - |
| duration | 动画时长,单位秒 | *string \| number* | `0.3` | - |
| class-name | 自定义类名 | *string* | - | - |
| custom-style | 自定义样式 | *object* | - | - |
### Events