mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	style(components): Uniform icon size for header
This commit is contained in:
		@@ -13,7 +13,7 @@ function handleSearch() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <ButtonIcon :tooltip-content="$t('common.search')" @click="handleSearch">
 | 
					  <ButtonIcon :tooltip-content="$t('common.search')" @click="handleSearch">
 | 
				
			||||||
    <icon-uil-search class="text-20px" />
 | 
					    <icon-uil-search />
 | 
				
			||||||
  </ButtonIcon>
 | 
					  </ButtonIcon>
 | 
				
			||||||
  <SearchModal v-model:show="show" />
 | 
					  <SearchModal v-model:show="show" />
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user