Skip to content

Commit

Permalink
sweetalert弹窗显示在最前面
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Apr 30, 2020
1 parent 4d48a76 commit e6b03cf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion resources/assets/dcat/sass/sweetalert/sweetalert2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@

.swal2-actions .btn {
padding: 0.7rem 1.5rem !important;;
}
}

.swal2-container {
//z-index: 19891016;
z-index: 89891015!important;
}
2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app-blue-light.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app-blue.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app-green.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app.css

Large diffs are not rendered by default.

0 comments on commit e6b03cf

Please sign in to comment.