fix(测试跟踪): 首页列表展示问题
--bug=1023504 --user=宋昌昌 【测试跟踪】首页 - 过去7天测试计划失败用例TOP 10、用例评审,切换每页条数后显示不完整 https://www.tapd.cn/55049933/s/1341266
This commit is contained in:
parent
1e384f2e2c
commit
5e276b6426
|
@ -22,7 +22,7 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row style="margin-top: 16px">
|
<el-row style="margin-top: 16px">
|
||||||
<el-col style="height: 369px; background-color: #ffffff">
|
<el-col style="background-color: #ffffff">
|
||||||
<ms-failure-test-case-list
|
<ms-failure-test-case-list
|
||||||
:select-function-case="true"
|
:select-function-case="true"
|
||||||
@redirectPage="redirectPage"
|
@redirectPage="redirectPage"
|
||||||
|
@ -31,13 +31,13 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row style="margin-top: 16px">
|
<el-row style="margin-top: 16px">
|
||||||
<el-col style="height: 369px; background-color: #ffffff">
|
<el-col style="background-color: #ffffff">
|
||||||
<review-list />
|
<review-list />
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row style="margin-top: 16px">
|
<el-row style="margin-top: 16px">
|
||||||
<el-col style="height: 369px; background-color: #ffffff">
|
<el-col style="background-color: #ffffff">
|
||||||
<ms-running-task-list
|
<ms-running-task-list
|
||||||
:call-from="'track_home'"
|
:call-from="'track_home'"
|
||||||
@redirectPage="redirectPage"
|
@redirectPage="redirectPage"
|
||||||
|
|
Loading…
Reference in New Issue