mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
dialog component
This commit is contained in:
parent
5c845093da
commit
18c9d2c933
@ -43,7 +43,7 @@ export default {
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
title: '提示',
|
title: '',
|
||||||
message: '',
|
message: '',
|
||||||
type: '',
|
type: '',
|
||||||
showConfirmButton: true,
|
showConfirmButton: true,
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user