Ver Fonte

fix 最低高度

Michael Wang há 3 anos atrás
pai
commit
6970c442e0
1 ficheiros alterados com 2 adições e 2 exclusões
  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)"