mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	style(GlobalBreadcrumb): 代码格式fix
This commit is contained in:
		@@ -17,9 +17,9 @@
 | 
			
		||||
            :is="breadcrumb.icon"
 | 
			
		||||
            v-if="theme.header.crumb.showIcon"
 | 
			
		||||
            class="inline-block align-text-bottom mr-4px text-16px"
 | 
			
		||||
            :class="theme.header.inverted && 'text-#BBBBBB'"
 | 
			
		||||
            :class="{ 'text-#BBBBBB': theme.header.inverted }"
 | 
			
		||||
          />
 | 
			
		||||
          <span :class="theme.header.inverted && 'text-#BBBBBB'">{{ breadcrumb.label }}</span>
 | 
			
		||||
          <span :class="{ 'text-#BBBBBB': theme.header.inverted }">{{ breadcrumb.label }}</span>
 | 
			
		||||
        </template>
 | 
			
		||||
      </n-breadcrumb-item>
 | 
			
		||||
    </template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user