parent
af37fd0810
commit
89d25c65d7
|
|
@ -10,6 +10,12 @@
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pear-admin .layui-layout-right .layui-nav-child{
|
||||||
|
border: 1px solid whitesmoke;
|
||||||
|
border-radius: 6px;
|
||||||
|
width: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.pear-admin .layui-header {
|
.pear-admin .layui-header {
|
||||||
left: 230px;
|
left: 230px;
|
||||||
width: calc(100% - 230px);
|
width: calc(100% - 230px);
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
[{
|
||||||
|
"id": 1,
|
||||||
|
"title": "工作空间",
|
||||||
|
"type": 0,
|
||||||
|
"icon": "layui-icon layui-icon-console",
|
||||||
|
"href": "",
|
||||||
|
"children": [{
|
||||||
|
"id": 10,
|
||||||
|
"title": "控制后台",
|
||||||
|
"icon": "layui-icon layui-icon-console",
|
||||||
|
"type": 1,
|
||||||
|
"openType": "_iframe",
|
||||||
|
"href": "view/console/console1.html"
|
||||||
|
}]
|
||||||
|
}]
|
||||||
|
|
||||||
|
|
@ -100,11 +100,6 @@
|
||||||
.pear-nav-control.pc .layui-nav-bar{
|
.pear-nav-control.pc .layui-nav-bar{
|
||||||
display: none!important;
|
display: none!important;
|
||||||
}
|
}
|
||||||
.layui-nav-child{
|
|
||||||
border: 1px solid whitesmoke;
|
|
||||||
border-radius: 6px;
|
|
||||||
width: 150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** 隐 藏 后 子 级 悬 浮 菜 单 */
|
/** 隐 藏 后 子 级 悬 浮 菜 单 */
|
||||||
.pear-nav-tree .layui-nav-hover {
|
.pear-nav-tree .layui-nav-hover {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue