From 9e18c11f922cf414477563e33f0990b672ef31df Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 29 Apr 2024 16:30:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8C=87=E6=A0=87=E5=8D=A1=E5=90=8D=E7=A7=B0=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=89=B9=E9=87=8F=E8=AE=BE=E7=BD=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/indicator/DeIndicator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/indicator/DeIndicator.vue b/core/core-frontend/src/custom-component/indicator/DeIndicator.vue index 1398fde750..b5f3b5d031 100644 --- a/core/core-frontend/src/custom-component/indicator/DeIndicator.vue +++ b/core/core-frontend/src/custom-component/indicator/DeIndicator.vue @@ -313,7 +313,7 @@ const renderChart = async view => { if (indicatorName?.show) { let nameColor = indicatorName.color - if (basicStyle?.alpha !== undefined) { + if (basicStyle?.alpha !== undefined && !batchOptStatus.value) { nameColor = hexColorToRGBA(basicStyle.colors[2], basicStyle.alpha) }