11wqe1 3 months ago
parent
commit
1fd96c7514
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/works.vue

+ 3 - 3
src/components/works.vue

@@ -684,7 +684,7 @@
 
                             <div
                               v-if="l.eList"
-                              style="width: 49%;display: flex;flex-direction: column;"
+                              style="display: flex;flex-direction: column;flex: 1;"
                             >
                               <div class="taskScoConTit">素养</div>
                               <div class="WorkConSY">
@@ -2842,7 +2842,7 @@ export default {
 }
 
 .rate_size>>>.el-rate__icon {
-  font-size: 25px;
+  font-size: 18px;
 }
 
 .rate_size>>>.el-icon-star-off {
@@ -3735,7 +3735,7 @@ export default {
   border-radius: 10px;
   height: 100%;
   width: 270px;
-  overflow: hidden;
+  overflow: auto;
   background-color: #ffffff;
 }
 .workCon {