From 2312537af2144f61e4b33b79f19d09c2ec8e4b4b Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 24 Apr 2024 16:04:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=AE=BE=E5=A4=87=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E5=9B=BEy=E9=9A=90=E8=97=8FaxisLabel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/cesiumtest.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/bigScreen/cesiumtest.vue b/src/views/bigScreen/cesiumtest.vue index 90350101..e74d19c2 100644 --- a/src/views/bigScreen/cesiumtest.vue +++ b/src/views/bigScreen/cesiumtest.vue @@ -344,11 +344,20 @@ export default { yAxis: { type: "value", axisLine: { show: true }, + axisLabel: { + show: false, + }, axisTick: { show: false }, splitLine: { show: false }, }, dataset: { source: [] }, - xAxis: { type: "category", splitLine: { show: false } }, + xAxis: { + type: "category", + splitLine: { show: false }, + axisLabel: { + color: "#fff", + }, + }, visualMap: { top: 5, right: 10, @@ -1025,7 +1034,7 @@ export default { } .greenIcon, .greenIcon > .radio-ico { - color: #faed1f; + color: #21a51f; } .orangeIcon, .orangeIcon > .radio-ico {