From 5d49bda1048c0420eb4c9492379f1ea96d4b1704 Mon Sep 17 00:00:00 2001 From: Jacky Date: Sat, 3 Aug 2024 10:17:37 +0800 Subject: [PATCH] fix: radial bar chart style --- app/src/components/Chart/RadialBarChart.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/components/Chart/RadialBarChart.vue b/app/src/components/Chart/RadialBarChart.vue index d5374af3..7517c6f4 100644 --- a/app/src/components/Chart/RadialBarChart.vue +++ b/app/src/components/Chart/RadialBarChart.vue @@ -97,7 +97,7 @@ const chartOptions = computed(() => ({ position: absolute; top: -30px; @media (max-width: 1700px) and (min-width: 1200px) { - top: -10px; + top: -30px; } @media (max-width: 768px) and (min-width: 290px) { left: 50%; @@ -114,9 +114,6 @@ const chartOptions = computed(() => ({ .bottom_text { position: absolute; top: calc(106px); - @media (max-width: 1300px) and (min-width: 1200px) { - top: calc(96px); - } font-weight: 600; width: 100%; text-align: center;