[Improvement] NavBar: add zIndex prop (#525)

This commit is contained in:
neverland
2018-01-10 14:37:59 +08:00
committed by GitHub
parent 0bb1fe69a3
commit a6dc2912ee
3 changed files with 20 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ export default {
| right-text | Right Text | `String` | `''` | - |
| left-arrow | Whether to show left arrow | `Boolean` | `false` | - |
| fixed | Whether to fixed top | `Boolean` | `false` | - |
| z-index | Z-index | `Number` | `1` | - |
### Slot