style(GlobalBreadcrumb): 代码格式fix

This commit is contained in:
Eric_Yuan 2022-04-29 19:19:10 +08:00 committed by GitHub
parent 01d0bcbfd0
commit 0243b27505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>