| 
					
				 | 
			
			
				@@ -4,7 +4,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="position-and-company"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <!-- 职位 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        class="position cursor-pointer rounded-lg ml-3" :class="item.positionActive ? 'elevation-5' : ''" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        class="position cursor-pointer rounded-lg ml-3" :class="item.positionActive ? 'elevation-5 hoverShadowSolid' : ''" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         @mouseenter="item.positionActive = true" @mouseleave="item.positionActive = false" @click.stop="handlePosition(item)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div class="d-flex"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -41,7 +41,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <!-- 公司 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        class="company rounded-lg pa-4 cursor-pointer mr-3" :class="item.companyActive ? 'elevation-5' : ''" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        class="company rounded-lg pa-4 cursor-pointer mr-3" :class="item.companyActive ? 'elevation-5 hoverShadowSolid' : ''" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         @click.stop="jumpToEnterpriseDetail(item.enterprise.id, true)" @mouseenter="item.companyActive = true" @mouseleave="item.companyActive = false"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div class="float-left"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <v-img class="entLogoImg" :src="item?.enterprise.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'" :alt="item.enterprise.anotherName" :width="40" style="height: 40px;border-radius: 4px;"/> 
			 |