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"
|
@order="search"
|
||||||
@filter="filterSearch"
|
@filter="filterSearch"
|
||||||
:disable-header-config="true"
|
:disable-header-config="true"
|
||||||
|
:screen-height="screenHeight"
|
||||||
@selectCountChange="selectCountChange"
|
@selectCountChange="selectCountChange"
|
||||||
>
|
>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
@ -244,6 +245,7 @@ export default {
|
||||||
envGroupId: "",
|
envGroupId: "",
|
||||||
versionFilters: [],
|
versionFilters: [],
|
||||||
pageRefresh: false,
|
pageRefresh: false,
|
||||||
|
screenHeight: "calc(100vh - 400px)",
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
@ -178,7 +178,7 @@ export default {
|
||||||
projectName: '',
|
projectName: '',
|
||||||
projects: [],
|
projects: [],
|
||||||
customNum: false,
|
customNum: false,
|
||||||
screenHeight: '400',
|
screenHeight: "calc(100vh - 400px)",
|
||||||
priorityFilters: [
|
priorityFilters: [
|
||||||
{text: 'P0', value: 'P0'},
|
{text: 'P0', value: 'P0'},
|
||||||
{text: 'P1', value: 'P1'},
|
{text: 'P1', value: 'P1'},
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
:remember-order="true"
|
:remember-order="true"
|
||||||
row-key="id"
|
row-key="id"
|
||||||
:reserve-option="true"
|
:reserve-option="true"
|
||||||
|
:screen-height="screenHeight"
|
||||||
:page-refresh="pageRefresh"
|
:page-refresh="pageRefresh"
|
||||||
:row-order-group-id="projectId"
|
:row-order-group-id="projectId"
|
||||||
@order="getTestCases"
|
@order="getTestCases"
|
||||||
|
@ -139,6 +140,7 @@ export default {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
total: 0,
|
total: 0,
|
||||||
|
screenHeight: "calc(100vh - 400px)",
|
||||||
condition: {
|
condition: {
|
||||||
components: TEST_PLAN_RELEVANCE_LOAD_CASE
|
components: TEST_PLAN_RELEVANCE_LOAD_CASE
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
:remember-order="true"
|
:remember-order="true"
|
||||||
row-key="id"
|
row-key="id"
|
||||||
:row-order-group-id="projectId"
|
:row-order-group-id="projectId"
|
||||||
|
:screen-height="screenHeight"
|
||||||
@order="search"
|
@order="search"
|
||||||
@filter="filterSearch"
|
@filter="filterSearch"
|
||||||
:disable-header-config="true"
|
:disable-header-config="true"
|
||||||
|
@ -168,6 +169,7 @@ export default {
|
||||||
components: TEST_PLAN_RELEVANCE_UI_SCENARIO_CONFIGS
|
components: TEST_PLAN_RELEVANCE_UI_SCENARIO_CONFIGS
|
||||||
},
|
},
|
||||||
currentScenario: {},
|
currentScenario: {},
|
||||||
|
screenHeight: "calc(100vh - 400px)",
|
||||||
schedule: {},
|
schedule: {},
|
||||||
selectAll: false,
|
selectAll: false,
|
||||||
selectAllIds: [],
|
selectAllIds: [],
|
||||||
|
|
Loading…
Reference in New Issue