feat: allow string type z-index

This commit is contained in:
陈嘉涵
2020-01-28 21:34:16 +08:00
parent 9dcf57c65f
commit 8a679079fb
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ function NavBar(
NavBar.props = {
title: String,
fixed: Boolean,
zIndex: Number,
zIndex: [Number, String],
leftText: String,
rightText: String,
leftArrow: Boolean,