mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
fix: 修复榜单 loading
This commit is contained in:
@@ -28,11 +28,6 @@
|
|||||||
<div class="toplist-item-desc">{{ item.updateFrequency || '' }}</div>
|
<div class="toplist-item-desc">{{ item.updateFrequency || '' }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 加载状态 -->
|
|
||||||
<div v-if="loading" class="loading-more">
|
|
||||||
<n-spin size="small" />
|
|
||||||
<span class="ml-2">加载中...</span>
|
|
||||||
</div>
|
|
||||||
</n-scrollbar>
|
</n-scrollbar>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</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 {
|
.mobile {
|
||||||
.toplist-list {
|
.toplist-list {
|
||||||
@apply px-4 gap-4;
|
@apply px-4 gap-4;
|
||||||
|
|||||||
Reference in New Issue
Block a user