From 7eb7b174d1d288a8d578ec45e476c4ddb16253a6 Mon Sep 17 00:00:00 2001 From: luyisha Date: Mon, 31 Jul 2023 15:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=BD=A2=E9=A5=BC?= =?UTF-8?q?=E5=9B=BE=E9=80=8F=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index 8051e53..3accfb8 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -886,7 +886,7 @@ export default { color.forEach((item) => { color1.push(item, 'transparent'); color2.push(hexToRgba(item, 0.4), 'transparent'); - color3.push(hexToRgba(item, 0.7), 'transparent'); + color3.push(hexToRgba(item, 1), 'transparent'); }); let data1 = []; let sum = 0;