优化内容库分页
- 默认每页20条 - 列表上部也添加分页控件,方便翻页
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user