refactor(测试跟踪): 编辑缺陷页面样式优化

--bug=1015211 --user=陈建星 【测试跟踪】测试计划-关联功能用例-关联缺陷-添加缺陷,页面排版优化 https://www.tapd.cn/55049933/s/1208310
This commit is contained in:
AnAngle 2022-07-24 12:26:14 +08:00 committed by jianxing
parent de6d58ce32
commit 6e552fdedc
1 changed files with 7 additions and 8 deletions

View File

@ -90,12 +90,9 @@
</el-col>
</el-row>
<el-row class="other-info-rows" style="margin-top: 20px">
<el-col :span="2">
<ms-form-divider :title="$t('test_track.case.other_info')"/>
</el-col>
<el-col :span="22">
<el-tabs class="other-info-tabs" v-loading="result.loading" v-model="tabActiveName">
<ms-form-divider :title="$t('test_track.case.other_info')"/>
<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-form-item v-if="!isCaseEdit" style="margin-left: -80px">
<test-case-issue-list :issues-id="form.id"
@ -169,8 +166,6 @@
</el-row>
</el-tab-pane>
</el-tabs>
</el-col>
</el-row>
<issue-comment :issues-id="form.id"
@getComments="getComments"
@ -803,6 +798,10 @@ export default {
padding: 20px 0px;
}
.other-info-tabs {
margin-left: 20px;
}
.top-input-class{
width: 100%;
}