From 1e3b315d351ffd175d3f6f82903d1a2b5afd1981 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 26 Oct 2022 15:04:55 +0800 Subject: [PATCH] =?UTF-8?q?BUg=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ResourceAggregation.vue | 2 + .../components/PutOnTheShelf.vue | 534 +++++++++--------- 2 files changed, 269 insertions(+), 267 deletions(-) diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index ad7f1428..0cbbfa31 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -262,6 +262,7 @@ center: ['50%', '40%'], type: 'pie', selectedMode: 'single', + silent: true, radius: ['50%', '30%'], color: ['#fe845e', '#6cc95a', '#02d1b0', '#1772ff', '#FAC858'], top: '0', @@ -289,6 +290,7 @@ type: 'pie', center: ['50%', '40%'], radius: ['58%', '50%'], + silent: true, itemStyle: { normal: { color: '#c2c7d6', diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 6493ff04..6dc48660 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -1,8 +1,8 @@ - +