From d3789e52c4e10561986f9bb948468fcbc798df68 Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Sun, 27 Feb 2022 18:16:29 +0800 Subject: [PATCH] fix radial bar chart --- frontend/src/components/Chart/RadialBarChart.vue | 7 ++++--- frontend/src/views/other/Login.vue | 4 ++-- frontend/version.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/Chart/RadialBarChart.vue b/frontend/src/components/Chart/RadialBarChart.vue index a35ceb47..77188ce5 100644 --- a/frontend/src/components/Chart/RadialBarChart.vue +++ b/frontend/src/components/Chart/RadialBarChart.vue @@ -35,7 +35,7 @@ export default { series: this.series, chart: { type: 'radialBar', - offsetY: -10 + offsetY: 0 }, plotOptions: { radialBar: { @@ -82,15 +82,16 @@ export default { .container { position: relative; margin: 0 auto; + height: 172px; .text { position: absolute; - top: calc(72px); + top: calc(50% - 3px); width: 100%; text-align: center; } .bottom_text { position: absolute; - top: calc(142px); + top: calc(152px); font-weight: 600; width: 100%; text-align: center; diff --git a/frontend/src/views/other/Login.vue b/frontend/src/views/other/Login.vue index c9b0d0b6..571b0792 100644 --- a/frontend/src/views/other/Login.vue +++ b/frontend/src/views/other/Login.vue @@ -33,8 +33,8 @@ - - Login + + Login diff --git a/frontend/version.json b/frontend/version.json index 793ec064..47d5765d 100644 --- a/frontend/version.json +++ b/frontend/version.json @@ -1 +1 @@ -{"version":"1.2.0","build_id":4,"total_build":44} \ No newline at end of file +{"version":"1.2.0","build_id":5,"total_build":45} \ No newline at end of file