mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
Merge branch 'gva_gormv2_dev' of https://github.com/flipped-aurora/gin-vue-admin into gva_workflow
Conflicts: server/cmd/datas/init.go
This commit is contained in:
@@ -605,6 +605,17 @@ li {
|
||||
}
|
||||
.is-active {
|
||||
background-color: #1890ff;
|
||||
// 关闭三级菜单二级菜单样式
|
||||
ul{
|
||||
border:none;
|
||||
}
|
||||
}
|
||||
// 关闭三级菜单二级菜单样式
|
||||
.is-active.is-opened{
|
||||
background-color: #191a23;
|
||||
ul{
|
||||
border:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user