| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -256,7 +256,7 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            const oDiv = document.getElementById(`content${index}`) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            const oBorder = oDiv.parentNode.parentNode.parentNode.firstChild | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            console.log(111) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (item.type === 'issue') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (item.type === 'issue' || item.type === 'issue-project') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              oBorder.style.borderLeft = '1px solid #ffa546' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } else if (item.type === 'project') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              oBorder.style.borderLeft = '1px solid #009688' | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |