mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 19:30:26 +08:00
优化交互
This commit is contained in:
@@ -618,6 +618,10 @@ body.expanded .main {
|
|||||||
margin-right: 1em !important;
|
margin-right: 1em !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
.main .tab-menu .item:hover {
|
||||||
|
background: #f8f8f9 !important;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
.main .tab-menu .item.active:not(.title) {
|
.main .tab-menu .item.active:not(.title) {
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -601,12 +601,16 @@ body.expanded .main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item.active.title {
|
.item.active.title {
|
||||||
//background: #f8f8f9 !important;
|
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
margin-right: 1em !important;
|
margin-right: 1em !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item:hover {
|
||||||
|
background: #f8f8f9 !important;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.item.active:not(.title) {
|
.item.active:not(.title) {
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user