refactor: 修改表格高度计算方式
This commit is contained in:
parent
11ebaafaab
commit
d032b09a08
|
@ -325,7 +325,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
type: TEST_PLAN_FUNCTION_TEST_CASE,
|
type: TEST_PLAN_FUNCTION_TEST_CASE,
|
||||||
headerItems: Test_Plan_Function_Test_Case,
|
headerItems: Test_Plan_Function_Test_Case,
|
||||||
screenHeight: 'calc(100vh - 365px)',
|
screenHeight: 'calc(100vh - 330px)',
|
||||||
tableLabel: [],
|
tableLabel: [],
|
||||||
result: {},
|
result: {},
|
||||||
deletePath: "/test/case/delete",
|
deletePath: "/test/case/delete",
|
||||||
|
|
Loading…
Reference in New Issue