浏览代码

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