refactor(测试报告): 表格高度风格统一

This commit is contained in:
Captain.B 2021-05-19 10:40:14 +08:00 committed by 刘瑞斌
parent 5b90fc5c7a
commit a3a265358b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<el-table ref="reportListTable" border :data="tableData" class="adjust-table table-content" @sort-change="sort"
@select-all="handleSelectAll"
@select="handleSelect"
:height="screenHeight"
@filter-change="filter" @row-click="handleView">
<el-table-column
type="selection"/>
@ -130,6 +131,7 @@ export default {
selectAll: false,
unSelection: [],
selectDataCounts: 0,
screenHeight: 'calc(100vh - 295px)',
}
},