|  | @@ -441,7 +441,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              v-model:modelValue={searchValue.value}
 | 
	
		
			
				|  |  |              background={'transparent'}
 | 
	
		
			
				|  |  |              inputBackground="transparent"
 | 
	
		
			
				|  |  | -            class={styles.mSearch}
 | 
	
		
			
				|  |  | +            class={styles.mSearch11}
 | 
	
		
			
				|  |  |              onSearch={(val: any) => {
 | 
	
		
			
				|  |  |                if (state.tabActive === 'RECOMMEND') {
 | 
	
		
			
				|  |  |                  state.recommendSearch.name = val;
 |