mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(projects): fix menu-toggler hidden in mobile layout. fixed #483
This commit is contained in:
		@@ -41,6 +41,7 @@ const icon = computed(() => {
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
  <ButtonIcon
 | 
			
		||||
    :key="String(collapsed)"
 | 
			
		||||
    :tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
 | 
			
		||||
    tooltip-placement="bottom-start"
 | 
			
		||||
    :z-index="zIndex"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user