周玉佂 hace 3 meses
padre
commit
2e5822ae9c
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      src/views/CognitiveAbilityTask/imageAssociation.vue

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

@@ -2562,7 +2562,6 @@ export default {
 }
 #body2 {
   width: 90%;
-  overflow-y: auto;
   .body2-review{
     font-size: 24px;
     font-weight: 600;
@@ -2780,6 +2779,8 @@ export default {
 }
 
 .activeTask1 {
+  width: 100% !important;
+  overflow-y: auto;
   background: url(../../assets/congnitiveAblitity/zhixing.png) no-repeat center;
   background-size: cover;
   /* background: black; */
@@ -2816,8 +2817,8 @@ export default {
 }
 
 .glass {
-  width: 932px;
-  height: 693px;
+  width: 1132px;
+  height: 793px;
 }
 
 /deep/ .el-input__inner {