update ConnectSetting.vue

This commit is contained in:
Timi
2026-04-13 16:11:37 +08:00
parent a6c89717a6
commit 753ab56e06
8 changed files with 155 additions and 165 deletions

View File

@@ -17,9 +17,9 @@
/>
</section>
<div v-else-if="pageLoading" class="loading-wrap">
<t-loading text="Loading directory" />
<t-loading text="Loading directory" />
</div>
<t-empty v-else description="Directory is empty" />
<t-empty v-else description="Directory is empty" />
</div>
</template>
@@ -393,10 +393,4 @@ function getDirectoryKey(pathSegments: string[]): string {
font-size: .8125rem;
}
}
:global(.theme-dark) .page {
.go-up {
box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .22);
}
}
</style>