mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(styles): fix FirstLevelMenu style. fixed #450
This commit is contained in:
		@@ -68,7 +68,7 @@ function handleClickMixMenu(menu: App.Global.Menu) {
 | 
			
		||||
      <component :is="icon" :class="[isMini ? 'text-icon-small' : 'text-icon-large']" />
 | 
			
		||||
      <p
 | 
			
		||||
        class="w-full ellipsis-text text-center text-12px transition-height-300"
 | 
			
		||||
        :class="[isMini ? 'h-0 pt-0' : 'h-24px pt-4px']"
 | 
			
		||||
        :class="[isMini ? 'h-0 pt-0' : 'h-20px pt-4px']"
 | 
			
		||||
      >
 | 
			
		||||
        {{ label }}
 | 
			
		||||
      </p>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user