feat: restore API文档 nav item (iframe /docs) without touching other 4 modules

This commit is contained in:
2026-06-17 11:24:16 +08:00
parent e8af5b906c
commit 9ad2daff73
3 changed files with 25 additions and 2 deletions

View File

@@ -308,6 +308,15 @@ table.group-table td { border-bottom: 1px solid #f1f5f9; font-variant-numeric: t
.llm-role-label { font-size: 13px; font-weight: 600; min-width: 180px; color: var(--ink); }
.llm-role-select { min-width: 240px; }
/* ---------- API 文档 iframe ---------- */
#view-apidocs { padding: 0; display: flex; flex-direction: column; flex: 1; }
.apidocs-frame {
flex: 1;
width: 100%;
height: calc(100vh - 64px);
border: none;
}
.report-actions {
display: flex; justify-content: flex-end; margin: 0 0 12px;
}