|  | @@ -1,6 +1,6 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div class="default-width mb-6 d-flex align-center justify-center">
 | 
	
		
			
				|  |  | -    <span class="mr-2 color-666" style="width: 68px; min-width: 68px;">{{ $t('position.popularPosition') }}:</span>
 | 
	
		
			
				|  |  | +    <span class="mr-2 color-primary" style="width: 80px; min-width: 80px;">{{ $t('position.popularPosition') }}:</span>
 | 
	
		
			
				|  |  |      <div style="overflow: hidden; height: 40px; ">
 | 
	
		
			
				|  |  |        <span v-for="(item, index) in jobs" :key="index" label size="small" class="mr-2 my-1 tag"  @click="handleClick(item)">{{ item.nameCn }}</span>
 | 
	
		
			
				|  |  |      </div>
 | 
	
	
		
			
				|  | @@ -36,7 +36,7 @@ getTreeData()
 | 
	
		
			
				|  |  |  <style lang="scss" scoped>
 | 
	
		
			
				|  |  |  .tag {
 | 
	
		
			
				|  |  |    background-color: #fff !important;
 | 
	
		
			
				|  |  | -  color: #666;
 | 
	
		
			
				|  |  | +  color: var(--v-primary-base);
 | 
	
		
			
				|  |  |    padding: 5px 20px;
 | 
	
		
			
				|  |  |    display: inline-block;
 | 
	
		
			
				|  |  |    border-radius: 6px;
 |