feat(@omiu/dialog-extention): modify pop-up and exit effects

This commit is contained in:
dntzhang 2021-08-18 15:55:38 +08:00
parent 547fe2b88b
commit f9764353d9
9 changed files with 742 additions and 1033 deletions

View File

@ -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": "基础对话框",

View File

@ -6,6 +6,5 @@
width: 400px !important;
max-width: 80%;
margin-top: 50vh !important;
top: -100px;
}

View File

@ -6,6 +6,5 @@
width: 400px !important;
max-width: 80%;
margin-top: 50vh !important;
top: -100px;
}

View File

@ -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

View File

@ -6,6 +6,4 @@
width: 400px !important;
max-width: 80%;
margin-top: 50vh !important;
top: -150px;
}