mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-27 08:48:18 +08:00
优化多个组件的 VInfiniteScroll 属性,将 overflow-hidden 修改为 overflow-visible,以改善滚动体验。同时,更新 PluginCard.vue 的样式,添加 card-backdrop 和 card-backdrop-blur 类,提升视觉效果。
This commit is contained in:
@@ -622,7 +622,7 @@ onMounted(async () => {
|
||||
side="end"
|
||||
:items="displayUninstalledList"
|
||||
@load="loadMarketMore"
|
||||
class="overflow-hidden"
|
||||
class="overflow-visible"
|
||||
>
|
||||
<template #loading />
|
||||
<template #empty />
|
||||
|
||||
Reference in New Issue
Block a user