style(GlobalBreadcrumb): 代码格式fix
This commit is contained in:
parent
01d0bcbfd0
commit
0243b27505
@ -17,9 +17,9 @@
|
|||||||
:is="breadcrumb.icon"
|
:is="breadcrumb.icon"
|
||||||
v-if="theme.header.crumb.showIcon"
|
v-if="theme.header.crumb.showIcon"
|
||||||
class="inline-block align-text-bottom mr-4px text-16px"
|
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>
|
</template>
|
||||||
</n-breadcrumb-item>
|
</n-breadcrumb-item>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user