|
@@ -6,7 +6,7 @@
|
|
<div class="content-box d-flex flex-column" :style="`width: ${ !isInWhiteList(route.path) ? 'calc(100% - 230px)' : '100%'}`">
|
|
<div class="content-box d-flex flex-column" :style="`width: ${ !isInWhiteList(route.path) ? 'calc(100% - 230px)' : '100%'}`">
|
|
<div v-if="!isInWhiteList(route.path)" class="breadcrumbs_sticky">
|
|
<div v-if="!isInWhiteList(route.path)" class="breadcrumbs_sticky">
|
|
<div class=" d-flex align-center justify-space-between">
|
|
<div class=" d-flex align-center justify-space-between">
|
|
- <v-breadcrumbs :items="system.breadcrumbs" elevation="3">
|
|
|
|
|
|
+ <v-breadcrumbs :items="system.breadcrumbs" elevation="3" density="compact">
|
|
<template v-slot:item="{ item }">
|
|
<template v-slot:item="{ item }">
|
|
<span class="text" :class="{active: !item.disabled}" @click="toPath(item)">{{ item.text }}</span>
|
|
<span class="text" :class="{active: !item.disabled}" @click="toPath(item)">{{ item.text }}</span>
|
|
</template>
|
|
</template>
|