From 9e7cf96d3a193532ce391ece70b9b6952c896819 Mon Sep 17 00:00:00 2001 From: hzz Date: Fri, 18 Aug 2023 18:24:43 +0800 Subject: [PATCH] update --- src/views/FactoryView/index.vue | 2 +- src/views/MicEnvironment/components/humidity.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/FactoryView/index.vue b/src/views/FactoryView/index.vue index a699cb1..694bd30 100644 --- a/src/views/FactoryView/index.vue +++ b/src/views/FactoryView/index.vue @@ -48,7 +48,7 @@ async function getSensorInfodatafun() { } //获取设备列表 async function deviceDistributeInMachineryFactorydatafun() { - let result: any = await deviceDistributeInMachineryFactorydata({ids:'6,7,8,9,10,11'}); + let result: any = await deviceDistributeInMachineryFactorydata({ids:'6,7,9,10,11'}); if (result.code == 200) { diff --git a/src/views/MicEnvironment/components/humidity.vue b/src/views/MicEnvironment/components/humidity.vue index 35d8954..80dea78 100644 --- a/src/views/MicEnvironment/components/humidity.vue +++ b/src/views/MicEnvironment/components/humidity.vue @@ -74,7 +74,7 @@ function init() { }, //刻度线 axisTick: { - show: false, + show:false, distance: -5, splitNumber: 5, lineStyle: { @@ -84,7 +84,7 @@ function init() { }, //刻度线 splitLine: { - distance: 5, + distance: 0, length: 3, lineStyle: { width: 3, @@ -93,7 +93,7 @@ function init() { }, //表刻度值 axisLabel: { - distance: 15, + distance: 10, color: '#999', fontSize: 10 },