feat(ai-cases-write): 등록된 사례 목록 5건 단위 페이징

- 최신순 정렬 후 페이지당 5개, 이전/다음 네비
- edit·page 쿼리 유지, 목록 영역 스타일 보강

Made-with: Cursor
This commit is contained in:
2026-04-08 20:20:41 +09:00
parent b9baa7ec12
commit 6126291257
3 changed files with 60 additions and 4 deletions

View File

@@ -677,6 +677,16 @@ button.ai-case-inline-link:hover {
margin-left: auto;
}
.admin-story-list-pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin-top: 14px;
padding-top: 12px;
border-top: 1px solid #f3f4f6;
}
.btn-sm {
padding: 6px 10px;
font-size: 13px;