fix aliyunpan ui

This commit is contained in:
jxxghp
2024-06-18 12:01:38 +08:00
parent 9e9e940dfd
commit e003b6f9a7
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ const sortIcon = computed(() => {
variant="text"
:input-value="index === pathSegments.length - 1"
class="px-1 d-none d-md-block"
@click="changePath(segment.path, inProps.fileidstack[index])"
@click="changePath(segment.path, inProps.fileidstack[index + 1])"
>
<VIcon icon=" mdi-chevron-right" />
{{ segment.name }}