mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-16 18:54:43 +08:00
style: 文件管理,列表左上角路径问题修改
This commit is contained in:
parent
f0035510ea
commit
31791a96fc
@ -5,7 +5,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<div>
|
<div>
|
||||||
<BreadCrumbs>
|
<BreadCrumbs>
|
||||||
<BreadCrumbItem @click="jump(-1)" :right="paths.length == 0">root</BreadCrumbItem>
|
<BreadCrumbItem @click="jump(-1)" :right="paths.length == 0">/</BreadCrumbItem>
|
||||||
<BreadCrumbItem
|
<BreadCrumbItem
|
||||||
v-for="(item, key) in paths"
|
v-for="(item, key) in paths"
|
||||||
:key="key"
|
:key="key"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<el-col :span="19">
|
<el-col :span="19">
|
||||||
<div class="path">
|
<div class="path">
|
||||||
<BreadCrumbs>
|
<BreadCrumbs>
|
||||||
<BreadCrumbItem @click="jump(-1)" :right="paths.length == 0">root</BreadCrumbItem>
|
<BreadCrumbItem @click="jump(-1)" :right="paths.length == 0">/</BreadCrumbItem>
|
||||||
<BreadCrumbItem
|
<BreadCrumbItem
|
||||||
v-for="(item, key) in paths"
|
v-for="(item, key) in paths"
|
||||||
:key="key"
|
:key="key"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user