fix: 修复表格高度
This commit is contained in:
parent
6696d49caa
commit
f33ac1b43f
|
@ -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: {},
|
||||
|
|
Loading…
Reference in New Issue