From d5dac0c653d014f6e5ace2e0fa95bb5cd7ff3498 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 26 Aug 2024 15:07:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=AF=8C?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E7=9A=84=E5=9B=BE=E6=A0=87=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E8=B7=9F=E9=9A=8F=E7=B3=BB=E7=BB=9F=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/visualization/OuterParamsSet.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/visualization/OuterParamsSet.vue b/core/core-frontend/src/components/visualization/OuterParamsSet.vue index 0df61e03e5..785395a316 100644 --- a/core/core-frontend/src/components/visualization/OuterParamsSet.vue +++ b/core/core-frontend/src/components/visualization/OuterParamsSet.vue @@ -695,7 +695,7 @@ defineExpose({ } .view-type-icon { - color: var(--ed-color-primary); + color: #3370ff; width: 22px; height: 14px; }