diff --git a/front/src/views/abilityStatistics/components/AtlasResources.vue b/front/src/views/abilityStatistics/components/AtlasResources.vue index 2ea72f94..49131229 100644 --- a/front/src/views/abilityStatistics/components/AtlasResources.vue +++ b/front/src/views/abilityStatistics/components/AtlasResources.vue @@ -270,7 +270,12 @@ departmentList.value = res.data.data.deptList } nextTick(() => { - console.log('生成气泡=================>', res, navSelect.value) + console.log( + '生成气泡=================>', + res, + navSelect.value, + bubbleList.value + ) coordinate.value = [] bubbleRandom(1) bubbleRandom(2) @@ -712,7 +717,7 @@ position: absolute; opacity: 0; top: 2.59rem; - left: 471.05rem; + left: 4.71rem; transition: all 1s; span { overflow: hidden;