wenbobowen 4 năm trước cách đây
mục cha
commit
addef45987
1 tập tin đã thay đổi với 26 bổ sung19 xóa
  1. 26 19
      src/views/projectManage/bugList/details/bugTableDialog.vue

+ 26 - 19
src/views/projectManage/bugList/details/bugTableDialog.vue

@@ -1,5 +1,5 @@
 <template>
-  <div ref="bugBg">
+  <div ref="bugBg" class="pro_detial_bugTableDialog">
     <div v-if="showQuery" class="Layout_space_between">
       <div class="bug-Status">快速筛选:
         <span v-for="item in statusList" :key="item.value">
@@ -379,7 +379,7 @@ export default {
   margin-bottom: 22px;
   font-size: 14px;
   color: #606266;
-  font-weight: 700;
+  font-weight: 400;
 }
 .bug_tableHeader {
   width: 100%;
@@ -420,6 +420,12 @@ export default {
 </style>
 
 <style lang="scss" scoped>
+.pro_detial_bugTableDialog {
+  /deep/.el-form-item {
+    /deep/.el-form-item__label {
+      font-weight: 400;
+    }
+  }
   .bug-Status {
     line-height: 60px;
     padding: 0 30px;
@@ -459,22 +465,23 @@ export default {
     max-width: 500px;
     display: flex;
     .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>