Browse Source

fix margin for 定制面包屑

Michael Wang 6 years ago
parent
commit
a910a15003
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/LinkTitlesCustom.vue

+ 1 - 1
src/components/LinkTitlesCustom.vue

@@ -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">