[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

View File

@@ -53,6 +53,7 @@ export default {
| right-text | 右侧文案 | `String` | `''` | - |
| left-arrow | 是否显示左侧箭头 | `Boolean` | `false` | - |
| fixed | 是否固定在顶部 | `Boolean` | `false` | - |
| z-index | 元素 z-index | `Number` | `1` | - |
### Slot