diff --git a/frontend/src/components/file-list/index.vue b/frontend/src/components/file-list/index.vue index c7977611b..fe0c492c4 100644 --- a/frontend/src/components/file-list/index.vue +++ b/frontend/src/components/file-list/index.vue @@ -14,26 +14,20 @@
- - {{ paths[0] }} - + /{{ paths[0] }}
- - {{ item }} - +
+ + {{ item }} +
- {{ paths[paths.length - 1] }} + /{{ paths[paths.length - 1] }}
@@ -75,7 +69,7 @@ @@ -323,7 +317,7 @@ onUpdated(() => { }); -