优化界面

This commit is contained in:
刘祥超
2023-05-26 10:31:03 +08:00
parent 642a0c3b0d
commit 9cbbf37add
4 changed files with 19 additions and 3 deletions

View File

@@ -589,7 +589,7 @@ body.expanded .main {
width: 4px;
}
.main .tab-menu {
margin-top: 1em !important;
margin-top: 0.5em !important;
margin-bottom: 0 !important;
overflow-x: auto;
overflow-y: hidden;
@@ -618,6 +618,13 @@ body.expanded .main {
border-radius: 0 !important;
color: #2185d0 !important;
}
.main .tab-menu .item.active:not(.title) .bottom-indicator {
border-bottom: 1px #2185d0 solid;
position: absolute;
left: 0;
right: 0;
bottom: 1px;
}
.main .tab-menu .item.active.blue {
font-weight: bold !important;
}