chenrui  1 year ago
parent
commit
0474418878
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/statisticalanalysis/components/echart/tableforms.vue

+ 2 - 2
src/views/statisticalanalysis/components/echart/tableforms.vue

@@ -897,8 +897,8 @@
           :row-style="rowStyle"
           :header-row-style="rowStyle"
           :style="dataTableContentStyle"
-          height="calc(47vh - 190px)"
-          max-height="calc(47vh - 190px)"
+          height="44%"
+          max-height="44%"
           :row-key="tableProps.rowKey"
           :highlight-current-row="tableProps.highlightCurrentRow"
           :header-cell-class-name="tableProps.headerCellClassName"