From 2c1d2310ee8f9893d631f623eb582c66929b146f Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 11 Aug 2022 04:26:50 -0400 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-=E5=9C=B0=E5=9B=BE):=20?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E6=8C=89=E9=92=AE=E6=B7=B1=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=88=87=E5=88=B0=E6=B5=85=E8=89=B2=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/ChartComponent.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/chart/components/ChartComponent.vue b/frontend/src/views/chart/components/ChartComponent.vue index e538d3abd0..83109bb792 100644 --- a/frontend/src/views/chart/components/ChartComponent.vue +++ b/frontend/src/views/chart/components/ChartComponent.vue @@ -297,6 +297,8 @@ export default { if (panelColor !== '#FFFFFF') { const reverseValue = reverseColor(panelColor) this.buttonTextColor = reverseValue + } else { + this.buttonTextColor = null } } }