对接文档移除顶部「开放 API/API 密钥」切换按钮,统一由左侧目录导航
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user