From a833330be118b2585f1f97b4352411afaace875d Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 19 Jul 2022 20:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=9E=B6=E5=AE=8C=E5=96=84=20=20=20?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=9B=BE=E8=B0=B1=E8=BD=ACrem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AtlasResources.vue | 124 +++++++++--------- .../views/capacityOnTheShelf/Algorithm.vue | 60 ++++++++- 2 files changed, 116 insertions(+), 68 deletions(-) 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 @@