From 692e816eba058d9462f9028a348132624b1d4da9 Mon Sep 17 00:00:00 2001 From: songjie Date: Fri, 23 Jan 2026 15:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9D=A5=E6=BA=90=E6=B8=A0?= =?UTF-8?q?=E9=81=93=E5=9B=BE=E4=B8=AD=E7=9A=84=E8=80=81=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=9F=B1=E7=8A=B6=E5=9B=BE=E9=A2=9C=E8=89=B2=E6=94=B9=E4=B8=BA?= =?UTF-8?q?#92CB74=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PlatformData/UserOverview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/PlatformData/UserOverview.vue b/src/views/PlatformData/UserOverview.vue index 1a8691f..71bd669 100644 --- a/src/views/PlatformData/UserOverview.vue +++ b/src/views/PlatformData/UserOverview.vue @@ -495,7 +495,7 @@ const updateBarChart = (chartData, newSources, oldSources) => { name: '老用户', type: 'bar', barWidth: '20%', - color: '#9287e7', + color: '#92CB74', data: oldUserData, stack: 'total' }