mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	调整icon的大小
This commit is contained in:
		@@ -13,7 +13,7 @@ const { label } = defineProps({
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="cell-item">
 | 
			
		||||
    <Icon :icon="icon" v-if="icon" style="vertical-align: middle" />
 | 
			
		||||
    <Icon :icon="icon" v-if="icon" style="vertical-align: middle" :size="18" />
 | 
			
		||||
    {{ label }}
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user