|
@@ -86,7 +86,7 @@
|
|
</el-container>
|
|
</el-container>
|
|
<el-container ref="box" :style="type=='page'?{'margin-top':'10px'}:{}" class="bug_manage" :direction="type == 'page'?'horizontal':'vertical'">
|
|
<el-container ref="box" :style="type=='page'?{'margin-top':'10px'}:{}" class="bug_manage" :direction="type == 'page'?'horizontal':'vertical'">
|
|
<el-aside :style="type=='page'?{'margin-right':'10px','width':'70%'}:{'width':'100%'}">
|
|
<el-aside :style="type=='page'?{'margin-right':'10px','width':'70%'}:{'width':'100%'}">
|
|
- <el-main v-loading="loading.details" class="layout_main bug_manage_bug_details" :style="type=='page'?{'padding': '20px 30px'}:{'padding-left': '30px','padding-right': '30px'}">
|
|
|
|
|
|
+ <el-main v-loading="loading.details" class="layout_main bug-contain" :style="type=='page'?{'padding': '20px 30px'}:{'padding-left': '30px','padding-right': '30px'}">
|
|
<div class="module_title">
|
|
<div class="module_title">
|
|
<div class="module_title__sign" />
|
|
<div class="module_title__sign" />
|
|
<div class="module_title__caption">缺陷详情</div>
|
|
<div class="module_title__caption">缺陷详情</div>
|
|
@@ -95,7 +95,7 @@
|
|
<el-container width="100%">
|
|
<el-container width="100%">
|
|
<el-aside width="49%" style="margin-right: 2%">
|
|
<el-aside width="49%" style="margin-right: 2%">
|
|
<el-form label-width="30%" label-position="left" label-suffix=":">
|
|
<el-form label-width="30%" label-position="left" label-suffix=":">
|
|
- <el-form-item label="所属任务">
|
|
|
|
|
|
+ <el-form-item label="所属任务" class="limit-font">
|
|
<span v-if="clielIcon === true" class="str-task-name" @mouseover="mouseOver" @mouseleave="mouseLeave"><span @click="JumpTask(bug.taskId)">{{ bug.taskName }}</span> <i v-if="active" class="el-icon-edit" @click="getclielIcon" /></span>
|
|
<span v-if="clielIcon === true" class="str-task-name" @mouseover="mouseOver" @mouseleave="mouseLeave"><span @click="JumpTask(bug.taskId)">{{ bug.taskName }}</span> <i v-if="active" class="el-icon-edit" @click="getclielIcon" /></span>
|
|
<el-select v-if="clielIcon === false" ref="searchOfChatRoom" v-model="bug.taskId" filterable @visible-change="mouseLeaves" @change="bugUpdates(bug,'details')">
|
|
<el-select v-if="clielIcon === false" ref="searchOfChatRoom" v-model="bug.taskId" filterable @visible-change="mouseLeaves" @change="bugUpdates(bug,'details')">
|
|
<el-option
|
|
<el-option
|
|
@@ -153,7 +153,7 @@
|
|
</el-aside>
|
|
</el-aside>
|
|
<el-aside width="49%">
|
|
<el-aside width="49%">
|
|
<el-form label-width="30%" label-position="left" label-suffix=":">
|
|
<el-form label-width="30%" label-position="left" label-suffix=":">
|
|
- <el-form-item label="所属需求">
|
|
|
|
|
|
+ <el-form-item label="所属需求" class="limit-font">
|
|
<span v-if="bug.requirementName !== null" class="str-task-name" @click="JumpRequire(bug.requireId)">{{ bug.requirementName }}</span>
|
|
<span v-if="bug.requirementName !== null" class="str-task-name" @click="JumpRequire(bug.requireId)">{{ bug.requirementName }}</span>
|
|
<span v-else class="str-task-name">{{ '无归属需求' }}</span>
|
|
<span v-else class="str-task-name">{{ '无归属需求' }}</span>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -1432,12 +1432,15 @@ border-color: #DCDFE6;
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
-/deep/.el-form-item__content {
|
|
|
|
- span {
|
|
|
|
- display: inline-block;
|
|
|
|
- line-height: 20px;
|
|
|
|
|
|
+.limit-font {
|
|
|
|
+ /deep/.el-form-item__content {
|
|
|
|
+ span {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ line-height: 20px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.str-task-name {
|
|
.str-task-name {
|
|
margin-left: 14px;
|
|
margin-left: 14px;
|
|
color: #666666;
|
|
color: #666666;
|
|
@@ -1535,7 +1538,6 @@ border-color: #DCDFE6;
|
|
}
|
|
}
|
|
.module_title__caption{
|
|
.module_title__caption{
|
|
width:83px;
|
|
width:83px;
|
|
- height:18px;
|
|
|
|
font-size:16px;
|
|
font-size:16px;
|
|
font-family:MicrosoftYaHei;
|
|
font-family:MicrosoftYaHei;
|
|
color:rgba(51,59,74,1);
|
|
color:rgba(51,59,74,1);
|