소스 검색

fix: radial bar chart style

Jacky 1 년 전
부모
커밋
5d49bda104
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      app/src/components/Chart/RadialBarChart.vue

+ 1 - 4
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;