From a9177ddf70af5f22b81f6594398826c2e33e2c23 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期三, 13 四月 2022 11:32:52 +0800
Subject: [PATCH] 其他业务

---
 src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue |   40 ++++++++++++++------
 src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue    |   34 +++++++++++------
 2 files changed, 50 insertions(+), 24 deletions(-)

diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue
index 1f39dc1..14ff284 100644
--- a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue
+++ b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue
@@ -219,17 +219,18 @@
       ],
       table_rencai: [
         {
-          zhaopinNum:754,
-          sixtyfupinrenwu:647,
-          four:158,
-          yiguapai:17,
-          zhaomuzhongshu:100,
-          sixty1:86,
-          four1:31
+          zhaopinNum: 754,
+          sixtyfupinrenwu: 647,
+          four: 158,
+          yiguapai: 17,
+          zhaomuzhongshu: 100,
+          sixty1: 86,
+          four1: 31
         }
       ]
     }
-  }
+  },
+  methods: {}
 }
 </script>
 <style lang="scss">
@@ -273,11 +274,12 @@
   }
 
   .el-table .cell {
-    font-size: $fontSize-28;
+    font-size: $fontSize-24;
     color: $color-darkGrey;
     font-weight: 300;
-    line-height: 1;
+    line-height: 1.5; // 鍦ㄨ繖閲岃缃楂橈紝琛ㄦ牸鍏ㄥ眬
     white-space: pre-line;
+    text-align: center;
   }
 
   .el-table--border th.el-table__cell, .el-table__fixed-right-patch {
@@ -294,6 +296,7 @@
 
   .el-table--border .el-table__cell, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
     border-right: 1Px solid $color-grey; /*no*/
+    height:0.375rem;
   }
 }
 </style>
@@ -306,8 +309,15 @@
   );
 
   .OtherB-Ggtp__table {
-    margin-top: 0.078125rem /* 20/256 */
-  ;
+    margin-top: 0.078125rem; /* 20/256 */
+
+    &:nth-of-type(2) {
+      margin-top: 0.5234375rem;
+    }
+
+    &:nth-of-type(3) {
+      margin-top: 0.5234375rem;
+    }
 
     h1 {
       font-size: $fontSize-30;
diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
index e6c1751..89f86a2 100644
--- a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
+++ b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
@@ -13,7 +13,7 @@
           label="鍥芥皯浜哄潎鍙敮閰嶆敹鍏�">
           <el-table-column
             prop="shouru"
-            label="鏀跺叆锛堝厓锛�"
+            label="鏀跺叆(鍏�)"
           >
           </el-table-column>
           <el-table-column
@@ -35,7 +35,7 @@
         <el-table-column label="鍩庨晣灞呮皯浜哄潎鍙敮閰嶆敹鍏�">
           <el-table-column
             prop="shouru1"
-            label="鏀跺叆锛堝厓锛�"
+            label="鏀跺叆(鍏�)"
           >
           </el-table-column>
           <el-table-column
@@ -57,7 +57,7 @@
         <el-table-column label="鍐滄潙灞呮皯浜哄潎鍙敮閰嶆敹鍏�">
           <el-table-column
             prop="shouru2"
-            label="鏀跺叆锛堝厓锛�"
+            label="鏀跺叆(鍏�)"
           >
           </el-table-column>
           <el-table-column
@@ -77,6 +77,9 @@
           </el-table-column>
         </el-table-column>
       </el-table>
+    </div>
+    <div class="OtherB-PeopleJunShouRu__echart">
+
     </div>
   </div>
 </template>
@@ -134,11 +137,12 @@
     background-color: $color-blue;
     height: 0.3125rem /* 80/256 */
   ;
+
   }
 
   .el-table tr {
-    height: 0.3125rem /* 80/256 */
-  ;
+    height: 0.3125rem; /* 80/256 */
+
   }
 
   .el-table tr:nth-child(odd) {
@@ -162,27 +166,33 @@
   }
 
   .el-table .cell {
-    font-size: $fontSize-28;
+    font-size: $fontSize-24;
     color: $color-darkGrey;
     font-weight: 300;
-    line-height: 1;
+    line-height: 0.390625rem;
     white-space: pre-line;
+    text-align: center;
   }
 
   .el-table--border th.el-table__cell, .el-table__fixed-right-patch {
-    border-bottom: 1Px solid $color-grey; /*no*/
+    border-bottom: 1px solid $color-grey; /*no*/
   }
 
   .el-table thead.is-group th.el-table__cell {
     background-color: $color-blue;
   }
 
+  .el-table .el-table__cell {
+    padding: 0;
+  }
+
   .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
-    border-bottom: 1Px solid $color-grey; /*no*/
+    border-bottom: 1px solid $color-grey; /*no*/
   }
 
   .el-table--border .el-table__cell, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
-    border-right: 1Px solid $color-grey; /*no*/
+    border-right: 1px solid $color-grey; /*no*/
+    height:0.46875rem;//琛ㄦ牸姝f枃琛岄珮搴�
   }
 }
 </style>
@@ -191,8 +201,8 @@
 
 .OtherB_PerpleJunShouRu__wrap {
   width: 100%;
-  height: calc(100% - 0.078125rem /* 20/256 */
-  );
+  //height: calc(100% - 0.078125rem /* 20/256 */
+  //);
 
   .OtherB-PeopleJunShouRu__table {
     margin-top: 0.078125rem /* 20/256 */
@@ -205,5 +215,11 @@
       line-height: 2;
     }
   }
+  .OtherB-PeopleJunShouRu__echart{
+    width:8.75rem;
+    height:2.75rem;
+    background: blue;
+    margin-top:120px;
+  }
 }
 </style>

--
Gitblit v1.9.1