From 77c4f8a00325ff93d9dcab1a31155e552069b5cb Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Thu, 19 Mar 2026 17:14:57 +0800 Subject: [PATCH] =?UTF-8?q?feat--=E5=AE=A1=E8=AE=A1=E7=9D=A3=E5=AF=9F?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/datav/AuditSuper.vue | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/views/datav/AuditSuper.vue b/src/views/datav/AuditSuper.vue index ea40f3a..db6c01f 100644 --- a/src/views/datav/AuditSuper.vue +++ b/src/views/datav/AuditSuper.vue @@ -231,7 +231,7 @@ style="width: 20%" /> { }) -watch( - dictData, - (val) => { - if (val.length > 0 && !activeAuditType.value) { - activeAuditType.value = val[0].dictValue; - getData(); - } - }, - { immediate: true } -); function getData() { getOverviewFun(); getAuditProblems(time.value).then(data => { @@ -531,8 +521,7 @@ const option = ref({ @@ -770,7 +759,7 @@ const getAuditMapData = async ()=>{ .tooltip { position: relative; width: 169.88px; - height: 155px; + height: 185px; background: linear-gradient( 180deg, rgba(1, 4, 87, 0.8) 0%, @@ -802,7 +791,7 @@ const getAuditMapData = async ()=>{ .tooltip-content { width: 170px; - height: 106px; + height: 139px; //font-size: 11px; margin-top: -12px; background: linear-gradient(180deg, #010457 0%, #031577 100%);