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%);