From 7c5c458225e1e6ab32bba352c5efd33c6a78f023 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 19 Sep 2023 14:52:57 +0800
Subject: [PATCH] fix:监测因子趋势echarts样式修改

---
 src/views/UVA/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/UVA/index.vue b/src/views/UVA/index.vue
index 3e672d1..382c68c 100644
--- a/src/views/UVA/index.vue
+++ b/src/views/UVA/index.vue
@@ -775,7 +775,7 @@
       endTime: '',
       dataDate: '',
       sensorTime: [],
-      uvasize: 50,
+      uvasize: 20,
       timeValue: [
         new Date(2020, 1, 1, 0, 0, 0),
         new Date(2022, 12, 31, 23, 59, 59),
@@ -2252,7 +2252,6 @@
 .BMap_cpyCtrl {
   display: none;
 }
-
 .anchorBL {
   display: none;
 }

--
Gitblit v1.8.0