style: 文件管理,列表左上角路径问题修改

This commit is contained in:
zhengkunwang223
2022-12-04 15:31:25 +08:00
committed by zhengkunwang223
parent f0035510ea
commit 31791a96fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
</template>
<div>
<BreadCrumbs>
<BreadCrumbItem @click="jump(-1)" :right="paths.length == 0">root</BreadCrumbItem>
<BreadCrumbItem @click="jump(-1)" :right="paths.length == 0">/</BreadCrumbItem>
<BreadCrumbItem
v-for="(item, key) in paths"
:key="key"
@@ -27,7 +27,7 @@
<el-col :span="19">
<div class="path">
<BreadCrumbs>
<BreadCrumbItem @click="jump(-1)" :right="paths.length == 0">root</BreadCrumbItem>
<BreadCrumbItem @click="jump(-1)" :right="paths.length == 0">/</BreadCrumbItem>
<BreadCrumbItem
v-for="(item, key) in paths"
:key="key"