[new feature] DropdownMenu: add overlay prop

This commit is contained in:
陈嘉涵
2019-05-07 20:42:03 +08:00
parent d935fa5fc7
commit df7d33b03d
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ export default {
|------|------|------|------|------|
| active-color | 菜单标题和选项的选中态颜色 | `String` | `#1989fa` | - |
| z-index | 菜单栏 z-index 层级 | `Number` | `10` | - |
| overlay | 是否显示遮罩层 | `Boolean` | `true` | - | - |
### DropdownItem Props