mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(projects): text level low. #409
This commit is contained in:
		@@ -36,7 +36,11 @@ const icon = computed(() => {
 | 
				
			|||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <ButtonIcon :tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')" tooltip-placement="bottom-start">
 | 
					  <ButtonIcon
 | 
				
			||||||
 | 
					    :tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
 | 
				
			||||||
 | 
					    tooltip-placement="bottom-start"
 | 
				
			||||||
 | 
					    :z-index="99"
 | 
				
			||||||
 | 
					  >
 | 
				
			||||||
    <SvgIcon :icon="icon" />
 | 
					    <SvgIcon :icon="icon" />
 | 
				
			||||||
  </ButtonIcon>
 | 
					  </ButtonIcon>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user