fix: 修复榜单 loading

This commit is contained in:
alger
2025-12-20 19:45:41 +08:00
parent 00a251b5b6
commit c251ec9dcf

View File

@@ -28,11 +28,6 @@
<div class="toplist-item-desc">{{ item.updateFrequency || '' }}</div>
</div>
</div>
<!-- 加载状态 -->
<div v-if="loading" class="loading-more">
<n-spin size="small" />
<span class="ml-2">加载中...</span>
</div>
</n-scrollbar>
</div>
</template>
@@ -164,11 +159,6 @@ onMounted(() => {
}
}
.loading-more {
@apply flex justify-center items-center py-4;
@apply text-gray-500 dark:text-gray-400;
}
.mobile {
.toplist-list {
@apply px-4 gap-4;