From c2f6c5a2c8d2eb914214ab75683001fb3dd76cf7 Mon Sep 17 00:00:00 2001 From: bobi Date: Sat, 2 Nov 2019 18:13:36 +0800 Subject: [PATCH] =?UTF-8?q?impr:=E5=AE=8C=E5=96=84okSweetAlert2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tripartite/okSweetAlert2.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pages/tripartite/okSweetAlert2.html b/pages/tripartite/okSweetAlert2.html index 3268312..5647387 100644 --- a/pages/tripartite/okSweetAlert2.html +++ b/pages/tripartite/okSweetAlert2.html @@ -33,9 +33,7 @@ layui.use(["okSweetAlert2"], function () { okSweetAlert2.fire({ type: "info", title: "HTML example", - html: "You can use bold text, " + - "links " + - "and other HTML tags", + html: "You can use bold text, links and other HTML tags", showCloseButton: true, showCancelButton: true, focusConfirm: false, @@ -74,11 +72,14 @@ layui.use(["okSweetAlert2"], function () {