优化tips弹窗

This commit is contained in:
GoEdgeLab
2023-03-09 17:40:49 +08:00
parent 260aa555a9
commit 9297256834

View File

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