阶段性提交

This commit is contained in:
GoEdgeLab
2021-06-27 21:59:06 +08:00
parent 3407add005
commit 6f7253ff67
42 changed files with 956 additions and 139 deletions

View File

@@ -219,9 +219,9 @@ window.teaweb = {
},
popupTip: function (html) {
Swal.fire({
html: '<i class="icon question circle"></i><span style="line-height: 1.7">' + html + "</span>",
html: '<div style="line-height: 1.7;text-align: left "><i class="icon question circle"></i>' + html + "</div>",
width: "30em",
padding: "5em",
padding: "4em",
showConfirmButton: false,
showCloseButton: true,
focusConfirm: false