fix(测试跟踪): 测试计划关联用例弹框样式调整
--bug=1032327 --user=王旭 【测试跟踪】测试计划-关联场景用例弹框页面样式优化 https://www.tapd.cn/55049933/s/1434666
This commit is contained in:
parent
f5f7770cc7
commit
021aefc34a
|
@ -29,6 +29,7 @@
|
|||
@order="search"
|
||||
@filter="filterSearch"
|
||||
:disable-header-config="true"
|
||||
:screen-height="screenHeight"
|
||||
@selectCountChange="selectCountChange"
|
||||
>
|
||||
<el-table-column
|
||||
|
@ -244,6 +245,7 @@ export default {
|
|||
envGroupId: "",
|
||||
versionFilters: [],
|
||||
pageRefresh: false,
|
||||
screenHeight: "calc(100vh - 400px)",
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
|
|
@ -178,7 +178,7 @@ export default {
|
|||
projectName: '',
|
||||
projects: [],
|
||||
customNum: false,
|
||||
screenHeight: '400',
|
||||
screenHeight: "calc(100vh - 400px)",
|
||||
priorityFilters: [
|
||||
{text: 'P0', value: 'P0'},
|
||||
{text: 'P1', value: 'P1'},
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
:remember-order="true"
|
||||
row-key="id"
|
||||
:reserve-option="true"
|
||||
:screen-height="screenHeight"
|
||||
:page-refresh="pageRefresh"
|
||||
:row-order-group-id="projectId"
|
||||
@order="getTestCases"
|
||||
|
@ -139,6 +140,7 @@ export default {
|
|||
pageSize: 10,
|
||||
currentPage: 1,
|
||||
total: 0,
|
||||
screenHeight: "calc(100vh - 400px)",
|
||||
condition: {
|
||||
components: TEST_PLAN_RELEVANCE_LOAD_CASE
|
||||
},
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
:remember-order="true"
|
||||
row-key="id"
|
||||
:row-order-group-id="projectId"
|
||||
:screen-height="screenHeight"
|
||||
@order="search"
|
||||
@filter="filterSearch"
|
||||
:disable-header-config="true"
|
||||
|
@ -168,6 +169,7 @@ export default {
|
|||
components: TEST_PLAN_RELEVANCE_UI_SCENARIO_CONFIGS
|
||||
},
|
||||
currentScenario: {},
|
||||
screenHeight: "calc(100vh - 400px)",
|
||||
schedule: {},
|
||||
selectAll: false,
|
||||
selectAllIds: [],
|
||||
|
|
Loading…
Reference in New Issue