Przeglądaj źródła

模板样式完成

1
mo 3 lat temu
rodzic
commit
2da646dc35
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      src/views/setQuestions/operation.vue

+ 4 - 1
src/views/setQuestions/operation.vue

@@ -373,6 +373,7 @@ export default {
       },
       disabled: query.type == "look" ? true : false,
       questionStatus: false,
+      checkList:[],
     };
   },
   async mounted() {
@@ -517,7 +518,6 @@ export default {
       } else {
         this.checkList.splice(this.checkList.indexOf(index), 1);
       }
-      console.log("调用结束", index);
       this.bindCheckBox();
     },
 
@@ -568,6 +568,9 @@ export default {
     width: 188px;
     height: 188px;
     cursor: pointer;
+    img {
+      width: 100%;
+    }
     .remberBox {
       .wrap {
         width: 100px;