diff --git a/front/src/views/abilityStatistics/components/AtlasResources.vue b/front/src/views/abilityStatistics/components/AtlasResources.vue index 454685fd..2ea72f94 100644 --- a/front/src/views/abilityStatistics/components/AtlasResources.vue +++ b/front/src/views/abilityStatistics/components/AtlasResources.vue @@ -385,7 +385,7 @@ } console.log('展示详情================>', item, flag.value, nowShow.value) } - // 能力集 971px 560px + // 能力集 9.71rem 5.60rem const bubbleList = ref([]) // 所有坐标 const coordinate = ref([]) @@ -481,7 +481,7 @@ }, index * 100) val.style.width = coordinate.value[index][2] + 'px' val.style.height = coordinate.value[index][2] + 'px' - val.style.fontSize = '14px' + val.style.fontSize = '0.14rem' if (index % 2 == 0) { val.classList.add('blue') } else { @@ -530,70 +530,70 @@