11wqe1 9 ماه پیش
والد
کامیت
21048bb602

+ 4 - 2
src/components/pages/test/examine/conpoments/targetPage.vue

@@ -66,7 +66,7 @@
         <div class="table_title2">
           <div>一级指标</div>
           <div>二级指标</div>
-          <div>考评分</div>
+          <div>分</div>
           <div>审核进度</div>
           <div>自评平均分</div>
           <div>考核平均分</div>
@@ -1811,7 +1811,7 @@ input[type="number"] {
 .table_Content2 {
   width: 100%;
   min-width: calc(150px * 8);
-  border: 1px solid #d5d8df;
+  /* border: 1px solid #d5d8df; */
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
@@ -1838,6 +1838,8 @@ input[type="number"] {
   display: flex;
   justify-content: center;
   align-items: center;
+  border-bottom: 1px #ccc solid;
+
 }
 .twoCon {
   display: flex;

+ 4 - 3
src/components/pages/testPerson/examine/index.vue

@@ -38,7 +38,6 @@
     <div style="flex: 1;overflow: hidden;" class="notes">
       注:评价积分周期为2023年6月30日至2024年6月30日
     </div>
-    <!-- v-if="pType == 2" -->
     <div style="height:100%;overflow: hidden;" v-loading="tabLoad">
       <div class="sBox_table">
         <div class="table_title">
@@ -564,9 +563,9 @@ export default {
   min-width: 1300px;
   margin: 0 auto;
   height: 100%;
+  box-sizing: border-box;
+  padding-bottom: 60px;
   font-size: 14px;
-  border-left: 1px #ccc solid;
-  border-right: 1px #ccc solid;
 }
 
 .table_title {
@@ -605,6 +604,7 @@ export default {
   height: 100%;
   line-height: 50px;
   border-right: 1px solid #d5d8df;
+  border-left: 1px solid #d5d8df;
 }
 
 /* .table_title2 {
@@ -663,6 +663,7 @@ export default {
   justify-content: center;
   align-items: center;
   border-bottom: 1px #ccc solid;
+  border-left: 1px solid #d5d8df;
 }
 
 /* 取消[type='number']的input的上下箭头 */