Michael Wang 3 rokov pred
rodič
commit
6970c442e0
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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)"