feat(Dialog): add overlay-style prop (#4682)

This commit is contained in:
neverland
2019-10-10 20:49:43 +08:00
committed by GitHub
parent bec49f691c
commit 34a652dc76
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ Dialog.defaultOptions = {
lockScroll: true,
transition: 'van-dialog-bounce',
beforeClose: null,
overlayStyle: null,
messageAlign: '',
getContainer: 'body',
cancelButtonText: '',