ysy há 1 ano atrás
pai
commit
28f14117de

+ 1 - 1
src/views/produce/components/jobBooking/components/semiProductJobBom.vue

@@ -2,7 +2,7 @@
   <div>
   <div>
     <div class="title_box rx-bc mt6">
     <div class="title_box rx-bc mt6">
  
  
-      <div class="name">报工信息({{ list.length || 0 }})个 {{ singleReport }} </div>
+      <div class="name">报工信息({{ list.length || 0 }})个  </div>
 
 
       <div class="rx-bc"> </div>
       <div class="rx-bc"> </div>
     </div>
     </div>

+ 25 - 1
src/views/produceOrder/components/details/info.vue

@@ -84,7 +84,7 @@
   };
   };
 </script>
 </script>
 
 
-<style lang="scss" scoped>
+<style lang="scss" >
   .content_table {
   .content_table {
     width: 100%;
     width: 100%;
     border: 1px solid #e3e5e5;
     border: 1px solid #e3e5e5;
@@ -138,4 +138,28 @@
       width: 25%;
       width: 25%;
     }
     }
   }
   }
+
+  
+.title_box {
+  .name {
+    font-size: 14px;
+    font-style: normal;
+    font-weight: 400;
+    color: #157a2c;
+    padding-left: 5px;
+    position: relative;
+
+    &:before {
+      position: absolute;
+      content: '';
+      left: 0px;
+      top: 0px;
+      bottom: 0px;
+      width: 2px;
+      height: 14px;
+      background: #157a2c;
+      margin: auto;
+    }
+  }
+}
 </style>
 </style>