优化文件浏览器组件样式

This commit is contained in:
jxxghp
2025-04-03 08:29:47 +08:00
parent e3a385c989
commit 6f5d62f1f9
2 changed files with 34 additions and 31 deletions
+1 -1
View File
@@ -547,7 +547,7 @@ onMounted(() => {
</script>
<template>
<VCard class="d-flex flex-column w-full h-full">
<VCard class="d-flex flex-column w-full h-full rounded-t-0" :class="{ 'rounded-s-0': showTree }">
<VToolbar v-if="!loading" density="compact" flat color="gray">
<IconBtn v-if="display.mdAndUp.value">
<VIcon v-if="showTree" icon="mdi-file-tree" @click="switchFileTree(false)" />