From 904c7cbbb55abc21a16a2157e56eb4950b130c7e Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 17 Nov 2022 15:35:00 +0800 Subject: [PATCH] =?UTF-8?q?UI=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/abilityStatistics/components/AbilityRanking.vue | 2 +- .../abilityStatistics/components/ResourceAggregation.vue | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/front/src/views/abilityStatistics/components/AbilityRanking.vue b/front/src/views/abilityStatistics/components/AbilityRanking.vue index 12197f78..2ae1a5ab 100644 --- a/front/src/views/abilityStatistics/components/AbilityRanking.vue +++ b/front/src/views/abilityStatistics/components/AbilityRanking.vue @@ -259,7 +259,7 @@ padding-bottom: 0; .main { width: 100%; - margin-top: 10px; + margin-top: 60px; display: flex; flex-direction: column; align-items: center; diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index 9e586c8d..5673f65f 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -261,8 +261,7 @@ { center: ['50%', '40%'], type: 'pie', - selectedMode: 'single', - silent: true, + // selectedMode: 'single', radius: ['50%', '30%'], color: ['#fe845e', '#6cc95a', '#02d1b0', '#1772ff', '#FAC858'], top: '0', @@ -290,7 +289,6 @@ type: 'pie', center: ['50%', '40%'], radius: ['58%', '50%'], - silent: true, itemStyle: { normal: { color: '#c2c7d6',