Skip to content

Commit 5d49bda

Browse files
committed
fix: radial bar chart style
1 parent 6f6540a commit 5d49bda

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/src/components/Chart/RadialBarChart.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const chartOptions = computed(() => ({
9797
position: absolute;
9898
top: -30px;
9999
@media (max-width: 1700px) and (min-width: 1200px) {
100-
top: -10px;
100+
top: -30px;
101101
}
102102
@media (max-width: 768px) and (min-width: 290px) {
103103
left: 50%;
@@ -114,9 +114,6 @@ const chartOptions = computed(() => ({
114114
.bottom_text {
115115
position: absolute;
116116
top: calc(106px);
117-
@media (max-width: 1300px) and (min-width: 1200px) {
118-
top: calc(96px);
119-
}
120117
font-weight: 600;
121118
width: 100%;
122119
text-align: center;

0 commit comments

Comments
 (0)