fix: 修复表格高度
This commit is contained in:
parent
6696d49caa
commit
f33ac1b43f
|
@ -230,7 +230,7 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
type: TEST_CASE_LIST,
|
type: TEST_CASE_LIST,
|
||||||
screenHeight: 'calc(100vh - 322px)',
|
screenHeight: 'calc(100vh - 310px)',
|
||||||
headerItems: Track_Test_Case,
|
headerItems: Track_Test_Case,
|
||||||
tableLabel: [],
|
tableLabel: [],
|
||||||
result: {},
|
result: {},
|
||||||
|
|
Loading…
Reference in New Issue