style(Dialog): fix round-button theme (#6934)

* style(Dialog): fix round-button theme

* style(Dialog): improve round-button theme
This commit is contained in:
neverland
2020-08-04 16:37:00 +08:00
committed by GitHub
parent f82177abcc
commit d342fa3781
6 changed files with 37 additions and 32 deletions
+1 -1
View File
@@ -48,12 +48,12 @@ Dialog.defaultOptions = {
value: true,
title: '',
width: '',
theme: null,
message: '',
overlay: true,
className: '',
allowHtml: true,
lockScroll: true,
theme: 'default',
transition: 'van-dialog-bounce',
beforeClose: null,
overlayClass: '',