feat(ActionSheet): enable safe-area-inset-bottom by default (#4524)

This commit is contained in:
neverland
2019-09-21 07:42:15 +08:00
committed by GitHub
parent 890936f61d
commit 16a5de6d5f
6 changed files with 22 additions and 62 deletions
+4 -1
View File
@@ -148,7 +148,10 @@ ActionSheet.props = {
cancelText: String,
getContainer: [String, Function],
closeOnClickAction: Boolean,
safeAreaInsetBottom: Boolean,
safeAreaInsetBottom: {
type: Boolean,
default: true
},
overlay: {
type: Boolean,
default: true