对接文档移除顶部「开放 API/API 密钥」切换按钮,统一由左侧目录导航

This commit is contained in:
yml2213
2026-08-03 16:07:31 +08:00
parent cf2a1b452c
commit 90e5690a0a
2 changed files with 0 additions and 41 deletions
-25
View File
@@ -290,31 +290,6 @@ a {
padding: 16px 12px 20px;
}
.api-docs__toc-tabs {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px;
margin-bottom: 16px;
}
.api-docs__toc-tab {
height: 34px;
border: 0;
border-radius: 6px;
background: transparent;
color: #4e5969;
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: all 0.16s ease;
}
.api-docs__toc-tab:hover,
.api-docs__toc-tab--active {
color: #1677ff;
background: #edf5ff;
}
.api-docs__nav {
display: flex;
flex-direction: column;