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