fix loading ui

This commit is contained in:
jxxghp
2023-07-23 07:55:39 +08:00
parent 195069b183
commit 5a6e22ef67
8 changed files with 12 additions and 5 deletions
@@ -94,4 +94,8 @@ onUnmounted(() => {
.card-list {
--v-card-list-gap: 1.5rem;
}
.card-list::-webkit-scrollbar {
display: none;
}
</style>