ソースを参照

fix 最低高度

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)"