优化多个组件的 VInfiniteScroll 属性,将 overflow-hidden 修改为 overflow-visible,以改善滚动体验。同时,更新 PluginCard.vue 的样式,添加 card-backdrop 和 card-backdrop-blur 类,提升视觉效果。

This commit is contained in:
jxxghp
2025-04-18 14:43:32 +08:00
parent 476d2f7e81
commit 06f4898ce8
11 changed files with 45 additions and 28 deletions

View File

@@ -622,7 +622,7 @@ onMounted(async () => {
side="end"
:items="displayUninstalledList"
@load="loadMarketMore"
class="overflow-hidden"
class="overflow-visible"
>
<template #loading />
<template #empty />