guoxiaohuan 4 anos atrás
pai
commit
b93a4b6d96
1 arquivos alterados com 8 adições e 4 exclusões
  1. 8 4
      src/views/evaluate/evCard.vue

+ 8 - 4
src/views/evaluate/evCard.vue

@@ -43,7 +43,7 @@
                     </span>
                 </div>
 
-                <div class='card-div4'>备注:{{item.h||'--'}}</div>
+                <div class='card-div4'>备注:{{item.recommend.remarks||'--'}}</div>
                 <div class='card-div5'>
                     <span class='card-div7' v-if='item.recommend.isExecuted'>
                         <img src='../../assets/completed.png' alt />
@@ -144,7 +144,9 @@ export default {
     display: flex;
     flex-wrap: wrap;
     .count-card {
-        min-width: 436px;
+        width: 530px;
+        // min-width: 436px;
+        // max-width: 510px;
         margin-right: 6px;
         margin-top: 16px;
         padding: 16px 20px;
@@ -160,6 +162,7 @@ export default {
             display: flex;
             justify-content: space-between;
             align-items: center;
+            // width: 480px;
         }
         .card-div1 {
             height: 22px;
@@ -219,12 +222,12 @@ export default {
             margin-bottom: 16px;
         }
         .card-div4 {
-            height: 20px;
+            // height: 20px;
             font-size: 14px;
             font-family: PingFangSC-Regular, PingFang SC;
             font-weight: 400;
             color: rgba(100, 108, 115, 1);
-            line-height: 20px;
+            line-height: 22px;
             margin-bottom: 26px;
         }
         .recommend-b {
@@ -246,6 +249,7 @@ export default {
                 display: flex;
                 align-items: center;
                 height: 22px;
+                line-height: 22px;
                 border-radius: 12px;
                 font-size: 14px;
                 font-family: MicrosoftYaHeiSemibold;