style
This commit is contained in:
parent
d8b53ca06d
commit
9dada7428a
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-breadcrumb separator="/" class="flex">
|
<el-breadcrumb separator="/" class="flex sm:text-sm lg:text-base">
|
||||||
<transition-group name="breadcrumb">
|
<transition-group name="breadcrumb">
|
||||||
<!--<el-breadcrumb-item :to="{ path: '/' }" class="text-blue=">Dashboard</el-breadcrumb-item>-->
|
<!--<el-breadcrumb-item :to="{ path: '/' }" class="text-blue=">Dashboard</el-breadcrumb-item>-->
|
||||||
|
|
||||||
@ -65,4 +65,7 @@ function getBreadcrumbs(newRoute: RouteLocationNormalizedLoaded) {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all 0.3s linear;
|
transition: all 0.3s linear;
|
||||||
}
|
}
|
||||||
|
.el-breadcrumb {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user