[new feature] Actionsheet: add safe-area-inset-bottom prop (#3171)

This commit is contained in:
neverland
2019-04-18 17:47:44 +08:00
committed by GitHub
parent 2b44f1a8dd
commit 83daca3f8d
9 changed files with 14 additions and 9 deletions

View File

@@ -12,14 +12,11 @@ export default sfc({
props: {
value: Number,
activeColor: String,
safeAreaInsetBottom: Boolean,
fixed: {
type: Boolean,
default: true
},
safeAreaInsetBottom: {
type: Boolean,
default: false
},
zIndex: {
type: Number,
default: 1