优化界面

This commit is contained in:
GoEdgeLab
2023-05-25 17:29:55 +08:00
parent d81774f6ee
commit 499bbfbfe8
7 changed files with 39 additions and 6 deletions

View File

@@ -607,8 +607,19 @@ body.expanded .main {
.main .tab-menu .item .icon {
margin-left: 0.6em;
}
.main .tab-menu .item.active {
.main .tab-menu .item.active.title {
background: #f8f8f9 !important;
font-weight: normal !important;
margin-right: 1em !important;
}
.main .tab-menu .item.active:not(.title) {
font-weight: normal !important;
border: none;
border-radius: 0 !important;
color: #2185d0 !important;
}
.main .tab-menu .item.active.blue {
font-weight: bold !important;
}
.main .tab-menu::-webkit-scrollbar {
height: 4px;