|
@@ -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 {
|