From b5eec9091e6070d84bb115d4920f06e52e44e6c6 Mon Sep 17 00:00:00 2001 From: hacker233 Date: Sat, 21 Sep 2024 11:31:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(wxpay):=20=E8=AE=A2=E5=8D=95=E5=A4=B1?= =?UTF-8?q?=E6=95=88bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/WXBuyQrcodeDialog/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/WXBuyQrcodeDialog/index.vue b/src/components/WXBuyQrcodeDialog/index.vue index 1cd0b979..667467bf 100644 --- a/src/components/WXBuyQrcodeDialog/index.vue +++ b/src/components/WXBuyQrcodeDialog/index.vue @@ -229,7 +229,7 @@ width: 100%; height: 100%; font-size: 16px; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: center; @@ -238,7 +238,7 @@ left: 0; backdrop-filter: blur(1px); border-radius: 3px; - color: red; + color: rgb(255, 255, 255); } } }