feat(设置视图): 优化卡片布局,添加展开/收起功能及动画效果

This commit is contained in:
anghunk
2026-01-23 09:40:01 +08:00
parent 277ab78b04
commit 5ac52d2098
2 changed files with 97 additions and 7 deletions

View File

@@ -139,9 +139,10 @@
>
...
</span>
<template v-for="page in visiblePages" :key="page">
<template v-for="page in visiblePages">
<button
v-if="page !== 1 && page !== pagination.total"
:key="page"
class="pagination-button"
:class="{ 'pagination-button-active': page === pagination.page }"
:disabled="page === pagination.page"