Browse Source

心理胜任能力Bug修改

zhangzhang 3 tháng trước cách đây
mục cha
commit
f744a15b1a
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 5 3
      src/views/CognitiveAbilityTask/imageAssociation.vue

+ 5 - 3
src/views/CognitiveAbilityTask/imageAssociation.vue

@@ -2290,7 +2290,7 @@ export default {
       this.timer = setInterval(() => {
         _this.flag++;
         this.changeImage(_this.flag);
-      }, 10000); //这个定时器的时间需要改,方便测试,现在为一秒
+      }, 100); //这个定时器的时间需要改,方便测试,现在为一秒
     },
     isOk() {
       console.log("执行了吗");
@@ -2589,7 +2589,7 @@ export default {
 }
 .item-area {
   width: 100%;
-  height: calc(100% - 120px);
+  height: calc(100% - 150px);
   overflow-y: auto;
   .item{
     .it1{
@@ -2793,6 +2793,8 @@ export default {
 }
 
 .activeTask2 {
+  width: 100% !important;
+  overflow-y: auto;
   background: url(../../assets/congnitiveAblitity/zhixing.png) no-repeat center;
   background-size: cover;
   /* background: black; */
@@ -2818,7 +2820,7 @@ export default {
 
 .glass {
   width: 1132px;
-  height: 793px;
+  height: 80%;
 }
 
 /deep/ .el-input__inner {