|  | @@ -1208,7 +1208,8 @@ export default {
 | 
	
		
			
				|  |  |          content: ' ';
 | 
	
		
			
				|  |  |          width: 18px;
 | 
	
		
			
				|  |  |          height: 18px;
 | 
	
		
			
				|  |  | -        background-color: #e9eaef;
 | 
	
		
			
				|  |  | +        background-color: #fff;
 | 
	
		
			
				|  |  | +		border: 1px solid #e9eaef;
 | 
	
		
			
				|  |  |          border-radius: 50%;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      &.check_active {
 | 
	
	
		
			
				|  | @@ -1216,8 +1217,7 @@ export default {
 | 
	
		
			
				|  |  |              display: block;
 | 
	
		
			
				|  |  |              content: ' ';
 | 
	
		
			
				|  |  |              background: url("../../../assets/images/icon_checkbox.png") no-repeat center;
 | 
	
		
			
				|  |  | -            background-color: #fff;
 | 
	
		
			
				|  |  | -			border: 1px solid #e9eaef;
 | 
	
		
			
				|  |  | +            border: 1px solid transparent;
 | 
	
		
			
				|  |  |              background-size: contain;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 |