@@ -2,7 +2,7 @@
<div>
<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>
@@ -84,7 +84,7 @@
};
</script>
-<style lang="scss" scoped>
+<style lang="scss" >
.content_table {
width: 100%;
border: 1px solid #e3e5e5;
@@ -138,4 +138,28 @@
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>