From 9297256834dee929394363a2e22b19595d7fa1b0 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 9 Mar 2023 17:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96tips=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/js/utils.js b/web/public/js/utils.js index d1955eec..14aa2a54 100644 --- a/web/public/js/utils.js +++ b/web/public/js/utils.js @@ -334,7 +334,7 @@ window.teaweb = { popupTip: function (html) { Swal.fire({ html: '
' + html + "
", - width: "30em", + width: "34em", padding: "4em", showConfirmButton: false, showCloseButton: true,