|
@@ -2,7 +2,7 @@
|
|
|
<el-breadcrumb
|
|
|
v-if="currentPaths.length > 0"
|
|
|
separator-class="el-icon-arrow-right"
|
|
|
- style="border-bottom: 1px solid #aaa; padding-bottom: 5px;"
|
|
|
+ style="border-bottom: 1px solid #aaa; padding-bottom: 5px; margin-top: -20px; margin-bottom: 20px"
|
|
|
>
|
|
|
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
|
|
<el-breadcrumb-item v-for="item in currentPaths" :key="item">
|