refactor(测试跟踪): 编辑缺陷页面样式优化
--bug=1015211 --user=陈建星 【测试跟踪】测试计划-关联功能用例-关联缺陷-添加缺陷,页面排版优化 https://www.tapd.cn/55049933/s/1208310
This commit is contained in:
parent
de6d58ce32
commit
6e552fdedc
|
@ -90,12 +90,9 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row class="other-info-rows" style="margin-top: 20px">
|
<ms-form-divider :title="$t('test_track.case.other_info')"/>
|
||||||
<el-col :span="2">
|
|
||||||
<ms-form-divider :title="$t('test_track.case.other_info')"/>
|
<el-tabs class="other-info-tabs" v-loading="result.loading" v-model="tabActiveName">
|
||||||
</el-col>
|
|
||||||
<el-col :span="22">
|
|
||||||
<el-tabs class="other-info-tabs" v-loading="result.loading" v-model="tabActiveName">
|
|
||||||
<el-tab-pane :label="$t('test_track.review_view.relevance_case')" name="relateTestCase">
|
<el-tab-pane :label="$t('test_track.review_view.relevance_case')" name="relateTestCase">
|
||||||
<el-form-item v-if="!isCaseEdit" style="margin-left: -80px">
|
<el-form-item v-if="!isCaseEdit" style="margin-left: -80px">
|
||||||
<test-case-issue-list :issues-id="form.id"
|
<test-case-issue-list :issues-id="form.id"
|
||||||
|
@ -169,8 +166,6 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
|
|
||||||
<issue-comment :issues-id="form.id"
|
<issue-comment :issues-id="form.id"
|
||||||
@getComments="getComments"
|
@getComments="getComments"
|
||||||
|
@ -803,6 +798,10 @@ export default {
|
||||||
padding: 20px 0px;
|
padding: 20px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.other-info-tabs {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.top-input-class{
|
.top-input-class{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue