feat: 全景扫描推荐列表分页改为5只/页,支持收起/展开

This commit is contained in:
selfrelease
2026-07-22 10:19:58 +08:00
parent c79f968ad7
commit b4b66f0508
3 changed files with 40 additions and 7 deletions
+26
View File
@@ -655,6 +655,32 @@
.scan-pagination button:disabled { opacity: 0.3; cursor: not-allowed; }
.scan-pagination span { font-size: 13px; color: var(--text-secondary); }
/* 结果列表可收起 header */
.full-scan-list-section {
margin-top: 8px;
}
.scan-list-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 12px;
cursor: pointer;
border-radius: 8px;
background: rgba(255,255,255,0.03);
transition: background 0.15s;
}
.scan-list-header:hover { background: rgba(255,255,255,0.06); }
.scan-list-title {
font-size: 13px;
font-weight: 600;
color: var(--text-secondary);
}
.scan-list-title small {
font-weight: 400;
color: var(--text-muted);
margin-left: 4px;
}
.admin-link-btn {
display: block;
text-align: center;