|  | @@ -35,7 +35,7 @@
 | 
	
		
			
				|  |  |      <div v-if="rightObj.show" class="right-item-box elevation-0" >
 | 
	
		
			
				|  |  |        <div class="rightCard">
 | 
	
		
			
				|  |  |          <div class="d-flex align-center justify-space-between">
 | 
	
		
			
				|  |  | -          <span style="font-weight: bold;">{{ rightObj?.data?.nameCn }}</span>
 | 
	
		
			
				|  |  | +          <span class="ml-3" style="font-weight: bold;">{{ rightObj?.data?.nameCn }}</span>
 | 
	
		
			
				|  |  |            <div>
 | 
	
		
			
				|  |  |              <v-icon color="primary" size="40" @click.stop="handleMouseLeave">mdi-close-circle-outline</v-icon>
 | 
	
		
			
				|  |  |            </div>
 |