feat(NavBar): add safe-area-inset-top prop

This commit is contained in:
chenjiahan
2020-11-08 16:19:18 +08:00
committed by neverland
parent f07d8e6709
commit be25a478df
6 changed files with 79 additions and 38 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ export default {
| border | 是否显示下边框 | _boolean_ | `true` |
| fixed | 是否固定在顶部 | _boolean_ | `false` |
| placeholder `v2.5.9` | 固定在顶部时,是否在标签位置生成一个等高的占位元素 | _boolean_ | `false` |
| z-index | 元素 z-index | _number \| string_ | `1` |
| z-index | 导航栏 z-index | _number \| string_ | `1` |
| safe-area-inset-top `v2.10.13` | 是否开启顶部安全区适配 | _boolean_ | `false` |
### Slots