fix FileBrowser UI

This commit is contained in:
jxxghp
2025-03-31 11:33:47 +08:00
parent ef5db9ee4b
commit f9f45d9e32
4 changed files with 257 additions and 691 deletions

View File

@@ -2,8 +2,7 @@
import type { PropType } from 'vue'
import type { FileItem } from '@/api/types'
import { useDisplay } from 'vuetify'
import type { AxiosRequestConfig } from 'axios'
import type { Axios } from 'axios'
import type { Axios, AxiosRequestConfig } from 'axios'
// 显示器宽度
const display = useDisplay()
@@ -276,6 +275,7 @@ function getIndentLevel(path: string, ancestorPath: string) {
"
>
<div class="folder-content">
<VIcon icon="mdi-home" class="me-2" color="primary" />
<span>根目录</span>
</div>
</div>