Browse Source

优化

master
陈裕财 4 years ago
parent
commit
e089cffe0a
  1. 7
      src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue
  2. 4
      src/views/xm/core/xmIteration/XmIterationInfo.vue
  3. 3
      src/views/xm/core/xmProduct/XmProductForLinkComplex.vue

7
src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue

@ -1,7 +1,7 @@
<template>
<section>
<el-row>
<el-col :span="6" class="padding-right padding-left">
<el-col :span="4" class="padding-right padding-left">
<el-row class="padding">
<el-col :span="20">
<xm-iteration-select ref="xmIterationSelect" :auto-select="true" :link-project-id="selProject?selProject.id:null" :product-id="xmProduct?xmProduct.id:null" @row-click="onIterationRowClick" @clear="onIterationClearSelect"></xm-iteration-select>
@ -260,7 +260,7 @@
</el-steps>
</el-row>
</el-col>
<el-col :span="18">
<el-col :span="20">
<el-tabs :value="showPanel" @tab-click="tabClick">
<el-tab-pane label="迭代概览" lazy name="iterationOverview" v-if="xmIteration && xmIteration.id">
@ -468,4 +468,7 @@
float:left;
padding-top:5px;
}
.step-btn{
margin-left:0px;margin-bottom: 5px;
}
</style>

4
src/views/xm/core/xmIteration/XmIterationInfo.vue

@ -66,7 +66,7 @@
</el-row>
<el-row ref="pageMainRef">
<el-col
:span="infotype == '迭代概览' ? 6 : 0"
:span="infotype == '迭代概览' ? 4 : 0"
class="padding border"
:style="{ maxHeight: maxTableHeight + 'px', overflowY: 'auto' }"
>
@ -318,7 +318,7 @@
</el-step>
</el-steps>
</el-col>
<el-col :span="infotype == '迭代概览' ? 18 : 24">
<el-col :span="infotype == '迭代概览' ? 20 : 24">
<xm-iteration-overview-complex
v-if="infotype == '迭代概览'"
ref="迭代概览"

3
src/views/xm/core/xmProduct/XmProductForLinkComplex.vue

@ -201,4 +201,7 @@ import XmProductEdit from './XmProductEdit.vue';
float:left;
padding-top:5px;
}
.step-btn{
margin-left:0px;margin-bottom: 5px;
}
</style>
Loading…
Cancel
Save