lsc 3 years ago
parent
commit
61addfd743
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/pages/components/worksDetail2.vue

+ 2 - 2
src/components/pages/components/worksDetail2.vue

@@ -564,9 +564,9 @@ export default {
           //   { value: 0, name: "学习反思能力" },
           //   { value: 0, name: "工程思维能力" },
           // ],
+          var _ooption = [];
           if (eList) {
             workJson.eList = eList;
-            var _ooption = [];
             for (var i = 0; i < eList.length; i++) {
               _ooption.push({ value: 0, name: eList[i].value });
               workJson.rateList[eList[i].value] = 0;
@@ -1121,7 +1121,7 @@ export default {
 .sd_score {
   font-size: 15px;
   background: #fff;
-  padding: 18px 25px 1px;
+  padding: 18px 15px 1px;
   margin-bottom: 15px;
   border-radius: 5px;
   width: 90%;