优化文字和界面

This commit is contained in:
刘祥超
2023-05-26 10:52:45 +08:00
parent 9cbbf37add
commit 2b7905d31c
5 changed files with 23 additions and 6 deletions

View File

@@ -625,6 +625,13 @@ body.expanded .main {
right: 0;
bottom: 1px;
}
.main .tab-menu .item.active:not(.title).icon .bottom-indicator {
border-bottom: 1px #2185d0 solid;
position: absolute;
left: 0;
right: 0.6em;
bottom: 1px;
}
.main .tab-menu .item.active.blue {
font-weight: bold !important;
}