From 9cd435f867386aeed3cac14644488190ebb8ebcf Mon Sep 17 00:00:00 2001 From: lixuefeng <1126141216@qq.com> Date: Wed, 11 Jun 2025 18:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=EF=BC=9A=E5=BC=80=E5=8F=91?= =?UTF-8?q?=20=E6=8F=8F=E8=BF=B0=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CircleProgress/index.vue | 12 ++++++------ src/views/scenic/components/box-2.vue | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/CircleProgress/index.vue b/src/components/CircleProgress/index.vue index 691f709..b7f406e 100644 --- a/src/components/CircleProgress/index.vue +++ b/src/components/CircleProgress/index.vue @@ -54,19 +54,19 @@ { text: props.title, x: 'center', - top: '34%', + top: '20%', textStyle: { color: '#00D0FF', - fontSize: fitChartSize(20) + fontSize: fitChartSize(18) } }, { text: props.subTitle, x: 'center', - top: '56%', + top: '50%', textStyle: { color: '#fff', - fontSize: fitChartSize(14) + fontSize: fitChartSize(16) } } ], @@ -75,7 +75,7 @@ { type: 'gauge', radius: '100%', - center: ['50%', '60%'], + center: ['50%', '50%'], min: 0, max: 100, startAngle: 180, @@ -128,7 +128,7 @@ { type: 'gauge', radius: '90%', - center: ['50%', '60%'], + center: ['50%', '50%'], min: 0, max: 100, startAngle: 180, diff --git a/src/views/scenic/components/box-2.vue b/src/views/scenic/components/box-2.vue index 0f4eed2..4622d6d 100644 --- a/src/views/scenic/components/box-2.vue +++ b/src/views/scenic/components/box-2.vue @@ -4,7 +4,7 @@