feat(@omiu/dialog-extention): modify pop-up and exit effects
This commit is contained in:
parent
547fe2b88b
commit
f9764353d9
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@omiu/dialog-extention",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Pop alert, confirm or prompt in the middle of the page",
|
||||
"docsExtend": {
|
||||
"cnName": "基础对话框",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
width: 400px !important;
|
||||
max-width: 80%;
|
||||
|
||||
margin-top: 50vh !important;
|
||||
top: -100px;
|
||||
|
||||
}
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
width: 400px !important;
|
||||
max-width: 80%;
|
||||
|
||||
margin-top: 50vh !important;
|
||||
top: -100px;
|
||||
|
||||
}
|
||||
|
|
|
@ -3,6 +3,4 @@
|
|||
|
||||
.o-dialog {
|
||||
width: 400px !important;
|
||||
max-width: 80%;
|
||||
margin-top: 50vh !important;
|
||||
top: -100px; }
|
||||
max-width: 80%; }
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,6 +6,4 @@
|
|||
width: 400px !important;
|
||||
max-width: 80%;
|
||||
|
||||
margin-top: 50vh !important;
|
||||
top: -150px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue