dialog component

This commit is contained in:
cookfront 2017-02-16 15:49:32 +08:00
parent 5c845093da
commit 18c9d2c933
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ export default {
data() { data() {
return { return {
title: '提示', title: '',
message: '', message: '',
type: '', type: '',
showConfirmButton: true, showConfirmButton: true,

View File

@ -23,7 +23,7 @@
} }
@descendent content { @descendent content {
padding: 10px 20px 15px; padding: 15px 20px;
min-height: 36px; min-height: 36px;
position: relative; position: relative;