Skip to content

Commit

Permalink
style(GlobalBreadcrumb): 代码格式fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tclyjy committed Apr 29, 2022
1 parent 01d0bcb commit 0243b27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0243b27

Please sign in to comment.