优化内容库分页

- 默认每页20条
- 列表上部也添加分页控件,方便翻页
This commit is contained in:
2026-07-14 00:54:14 +08:00
parent 981b3c9c5c
commit 6dabc4d0b7
3 changed files with 29 additions and 4 deletions
+13
View File
@@ -263,6 +263,19 @@
color: #4caf50;
}
/* 上部分页 */
.pagination-top {
display: flex;
align-items: center;
gap: 10px;
margin-left: auto;
}
.pagination-top span {
font-size: 14px;
color: #666;
}
.article-summary {
font-size: 14px;
color: #666;