增加API节点安装配置界面

This commit is contained in:
GoEdgeLab
2020-10-11 10:51:13 +08:00
parent 32ac0d62d3
commit 36f7c292ea
34 changed files with 553 additions and 156 deletions

View File

@@ -341,35 +341,38 @@ body.expanded .main {
width: 2px;
}
.main .tab-menu {
margin-top: 1em !important;
margin-bottom: 0 !important;
}
.main {
.main .tab-menu .item {
padding: 1em !important;
}
.main .tab-menu .item var {
font-style: normal;
}
.main .tab-menu .item span {
font-size: 0.8em;
padding-left: 0.3em;
}
@media screen and (max-width: 512px) {
.main .tab-menu {
.tab-menu {
margin-top: 1em !important;
margin-bottom: 0 !important;
overflow-x: auto;
overflow-y: hidden;
.item {
padding: 1em !important;
var {
font-style: normal;
}
span {
font-size: 0.8em;
padding-left: 0.3em;
}
.icon {
margin-left: 0.6em;
}
}
}
.main .tab-menu::-webkit-scrollbar {
.tab-menu::-webkit-scrollbar {
height: 4px;
}
}
.main .go-top-btn {
position: fixed;
right: 2.6em;