优化交互

This commit is contained in:
刘祥超
2023-05-28 20:24:58 +08:00
parent b3259e2489
commit fba89d197a
3 changed files with 10 additions and 2 deletions

View File

@@ -618,6 +618,10 @@ body.expanded .main {
margin-right: 1em !important;
border-radius: 0 !important;
}
.main .tab-menu .item:hover {
background: #f8f8f9 !important;
border-width: 1px;
}
.main .tab-menu .item.active:not(.title) {
font-weight: normal !important;
border: none;

File diff suppressed because one or more lines are too long

View File

@@ -601,12 +601,16 @@ body.expanded .main {
}
.item.active.title {
//background: #f8f8f9 !important;
font-weight: normal !important;
margin-right: 1em !important;
border-radius: 0 !important;
}
.item:hover {
background: #f8f8f9 !important;
border-width: 1px;
}
.item.active:not(.title) {
font-weight: normal !important;
border: none;