fix: 修复表格高度

This commit is contained in:
Captain.B 2021-05-27 10:51:21 +08:00 committed by 刘瑞斌
parent 6696d49caa
commit f33ac1b43f
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ export default {
data() {
return {
type: TEST_CASE_LIST,
screenHeight: 'calc(100vh - 322px)',
screenHeight: 'calc(100vh - 310px)',
headerItems: Track_Test_Case,
tableLabel: [],
result: {},