[Improvement] Dialog: support custom className (#1224)

This commit is contained in:
neverland
2018-06-05 11:57:52 +08:00
committed by GitHub
parent b33c8ef5f2
commit 9b3b17cb42
4 changed files with 11 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ Dialog.defaultOptions = {
title: '',
message: '',
overlay: true,
className: '',
lockScroll: true,
beforeClose: null,
confirmButtonText: '',