feat(设置视图): 优化卡片布局,添加展开/收起功能及动画效果
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user