update ConnectSetting.vue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user