refactor: 修改表格高度计算方式

This commit is contained in:
Captain.B 2021-04-27 18:42:22 +08:00 committed by 刘瑞斌
parent 11ebaafaab
commit d032b09a08
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ export default {
return {
type: TEST_PLAN_FUNCTION_TEST_CASE,
headerItems: Test_Plan_Function_Test_Case,
screenHeight: 'calc(100vh - 365px)',
screenHeight: 'calc(100vh - 330px)',
tableLabel: [],
result: {},
deletePath: "/test/case/delete",