From 119cd5bad9faf945008f2d35b5bc979485a4b3e5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 25 Sep 2024 12:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B1=80=E9=83=A8=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/utils/index.js b/examples/utils/index.js index 41e58271..7d82f08e 100644 --- a/examples/utils/index.js +++ b/examples/utils/index.js @@ -70,7 +70,7 @@ export const waiting = { div.style.lineHeight = '100vh' div.style.color = '#26f' div.style.fontSize = '20px' - div.style.background = 'rgba(255,255,255,.8)' + div.style.background = 'rgba(255,255,255,.6)' div.style.backdropFilter = 'blur(6px)' document.body.appendChild(div) } else if (count < 10) {