Browse Source

fix margin for 定制面包屑

Michael Wang 6 năm trước cách đây
mục cha
commit
a910a15003
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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">