mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-26 20:40:24 +08:00
实现菜单的状态显示
This commit is contained in:
@@ -31,6 +31,25 @@
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.item.on {
|
||||
span {
|
||||
border-bottom: 1px #666 dashed;
|
||||
}
|
||||
}
|
||||
.item.off {
|
||||
span {
|
||||
var {
|
||||
font-style: normal;
|
||||
background: #db2828;
|
||||
color: white;
|
||||
font-size: 8px;
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .header需要在.item下面
|
||||
.header {
|
||||
border-bottom: 1px #ddd solid;
|
||||
|
||||
Reference in New Issue
Block a user