|  | @@ -863,20 +863,20 @@ export default {
 | 
	
		
			
				|  |  |      getthislog(log,newoldSolver) {
 | 
	
		
			
				|  |  |        this.newlog =this.newlog  + "\n" +log ;
 | 
	
		
			
				|  |  |        this.logs = this.newlog;
 | 
	
		
			
				|  |  | -      let logs = this.logs;
 | 
	
		
			
				|  |  | -      console.log(newoldSolver);
 | 
	
		
			
				|  |  | +     let logs = this.logs;
 | 
	
		
			
				|  |  |            this.$nextTick(() => {
 | 
	
		
			
				|  |  |              let textarea=document.getElementById("textarea_id");
 | 
	
		
			
				|  |  |              textarea.scrollTop=textarea.scrollHeight;
 | 
	
		
			
				|  |  |            })
 | 
	
		
			
				|  |  | -      if (this.logs.indexOf('newSolver end') >= 0) {
 | 
	
		
			
				|  |  | +      if (logs.indexOf('Solver end') >= 0) {
 | 
	
		
			
				|  |  |          this.elodingfalse = false;
 | 
	
		
			
				|  |  |          this.isSolverEnd = true;
 | 
	
		
			
				|  |  |          this.statecustom = "0";
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      if (logs.includes("oldSolver end")) {
 | 
	
		
			
				|  |  | -        this.statecustom = "0";
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | +      // if (endvew.includes("oldSolver end")){//newoldSolver.includes("oldSolver end"
 | 
	
		
			
				|  |  | +      //   this.statecustom = "0";
 | 
	
		
			
				|  |  | +      //    console.log(2222)
 | 
	
		
			
				|  |  | +      // }
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 剩余时间
 | 
	
		
			
				|  |  |      restimeyear(time) {
 | 
	
	
		
			
				|  | @@ -1362,7 +1362,7 @@ export default {
 | 
	
		
			
				|  |  |    font-size: 12px;
 | 
	
		
			
				|  |  |    color: #333;
 | 
	
		
			
				|  |  |    padding: 2px;
 | 
	
		
			
				|  |  | -  padding-bottom: 46px;
 | 
	
		
			
				|  |  | +  padding-bottom: 20px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  </style>
 | 
	
		
			
				|  |  |  <style>
 |