|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div ref="bugBg">
|
|
|
|
|
|
+ <div ref="bugBg" class="pro_detial_bugTableDialog">
|
|
<div v-if="showQuery" class="Layout_space_between">
|
|
<div v-if="showQuery" class="Layout_space_between">
|
|
<div class="bug-Status">快速筛选:
|
|
<div class="bug-Status">快速筛选:
|
|
<span v-for="item in statusList" :key="item.value">
|
|
<span v-for="item in statusList" :key="item.value">
|
|
@@ -379,7 +379,7 @@ export default {
|
|
margin-bottom: 22px;
|
|
margin-bottom: 22px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
color: #606266;
|
|
- font-weight: 700;
|
|
|
|
|
|
+ font-weight: 400;
|
|
}
|
|
}
|
|
.bug_tableHeader {
|
|
.bug_tableHeader {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -420,6 +420,12 @@ export default {
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+.pro_detial_bugTableDialog {
|
|
|
|
+ /deep/.el-form-item {
|
|
|
|
+ /deep/.el-form-item__label {
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.bug-Status {
|
|
.bug-Status {
|
|
line-height: 60px;
|
|
line-height: 60px;
|
|
padding: 0 30px;
|
|
padding: 0 30px;
|
|
@@ -459,22 +465,23 @@ export default {
|
|
max-width: 500px;
|
|
max-width: 500px;
|
|
display: flex;
|
|
display: flex;
|
|
.modules-name {
|
|
.modules-name {
|
|
- width: calc(100% - 100px);
|
|
|
|
- overflow: hidden;
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
- white-space: nowrap;
|
|
|
|
- }
|
|
|
|
- .modules {
|
|
|
|
- color: #999999;
|
|
|
|
- }
|
|
|
|
- .task-id {
|
|
|
|
- color: #999999;
|
|
|
|
- width: 80px;
|
|
|
|
- margin-right: 20px;
|
|
|
|
- }
|
|
|
|
- .name {
|
|
|
|
- color: #333333;
|
|
|
|
- margin-right: 20px;
|
|
|
|
- }
|
|
|
|
|
|
+ width: calc(100% - 100px);
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ }
|
|
|
|
+ .modules {
|
|
|
|
+ color: #999999;
|
|
|
|
+ }
|
|
|
|
+ .task-id {
|
|
|
|
+ color: #999999;
|
|
|
|
+ width: 80px;
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+ }
|
|
|
|
+ .name {
|
|
|
|
+ color: #333333;
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+}
|
|
</style>
|
|
</style>
|