mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	修复商城首页,快捷入口的图标宽高不一致的问题
This commit is contained in:
		@@ -10,7 +10,10 @@
 | 
			
		||||
        class="h-20 w-20% flex flex-col cursor-pointer items-center justify-center gap-2"
 | 
			
		||||
        @click="handleMenuClick(menu.routerName)"
 | 
			
		||||
      >
 | 
			
		||||
        <div :class="menu.bgColor" class="rounded p-3 text-white">
 | 
			
		||||
        <div
 | 
			
		||||
          :class="menu.bgColor"
 | 
			
		||||
          class="h-48px w-48px flex items-center justify-center rounded text-white"
 | 
			
		||||
        >
 | 
			
		||||
          <Icon :icon="menu.icon" class="text-7.5!" />
 | 
			
		||||
        </div>
 | 
			
		||||
        <span>{{ menu.name }}</span>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user