改进编译脚本

This commit is contained in:
刘祥超
2020-10-14 14:46:22 +08:00
parent f30059c623
commit 5e1670524e
7 changed files with 202 additions and 33 deletions

View File

@@ -370,6 +370,9 @@ body.expanded .main {
.main .tab-menu .item .icon {
margin-left: 0.6em;
}
.main .tab-menu .item.active {
background: #f8f8f9 !important;
}
.main .tab-menu::-webkit-scrollbar {
height: 4px;
}

File diff suppressed because one or more lines are too long

View File

@@ -342,7 +342,6 @@ body.expanded .main {
}
.main {
.tab-menu {
margin-top: 1em !important;
margin-bottom: 0 !important;
@@ -365,6 +364,10 @@ body.expanded .main {
margin-left: 0.6em;
}
}
.item.active {
background: #f8f8f9 !important;
}
}
.tab-menu::-webkit-scrollbar {