...
|
...
|
@@ -89,7 +89,7 @@ |
|
|
<div class="grid-content bg-purple-light">
|
|
|
<el-col :span="24" class="breadcrumb-container">
|
|
|
<strong class="title">{{$route.name}}</strong>
|
|
|
<el-breadcrumb separator="/" class="breadcrumb-inner">
|
|
|
<el-breadcrumb separator=">" class="breadcrumb-inner">
|
|
|
<el-breadcrumb-item v-for="item in $route.matched" :key="item.path">
|
|
|
{{ item.name }}
|
|
|
</el-breadcrumb-item>
|
...
|
...
|
@@ -448,7 +448,7 @@ |
|
|
// left: 230px;
|
|
|
overflow-y: scroll;
|
|
|
padding: 10px;
|
|
|
|
|
|
background-color: #dfe6e9;
|
|
|
.breadcrumb-container {
|
|
|
//margin-bottom: 15px;
|
|
|
background: #bfcbd9;
|
...
|
...
|
@@ -458,7 +458,7 @@ |
|
|
color: #475669;
|
|
|
margin-left: 20px;
|
|
|
margin-top: 8px;
|
|
|
font-size: 14px;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
|
|
|
.breadcrumb-inner {
|
...
|
...
|
|