mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	Merge pull request #413 from alleycharming/main
fix(projects): text level low. #409
This commit is contained in:
		@@ -36,7 +36,11 @@ const icon = computed(() => {
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<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" />
 | 
			
		||||
  </ButtonIcon>
 | 
			
		||||
</template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user