Michael Wang пре 3 година
родитељ
комит
6970c442e0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/features/allAnalysis/ScoreRate.vue

+ 2 - 2
src/features/allAnalysis/ScoreRate.vue

@@ -43,7 +43,7 @@
               </tr>
             </table>
 
-            <div style="flex-grow: 1">
+            <div style="flex-grow: 1; min-height: 200px">
               <v-chart
                 class="chart"
                 :option="segementsLine(course)"
@@ -79,7 +79,7 @@
               </tr>
             </table>
 
-            <div style="flex-grow: 1">
+            <div style="flex-grow: 1; min-height: 200px">
               <v-chart
                 class="chart"
                 :option="rangeSegementsLine(course)"