修复样式冲突

develop 3.3.4.RELEASE
就眠仪式 2020-12-18 11:29:03 +08:00
parent af37fd0810
commit 89d25c65d7
3 changed files with 22 additions and 5 deletions

View File

@ -10,6 +10,12 @@
font-size: 20px;
}
.pear-admin .layui-layout-right .layui-nav-child{
border: 1px solid whitesmoke;
border-radius: 6px;
width: 150px;
}
.pear-admin .layui-header {
left: 230px;
width: calc(100% - 230px);

16
admin/data/routes.json Normal file
View File

@ -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"
}]
}]

View File

@ -100,11 +100,6 @@
.pear-nav-control.pc .layui-nav-bar{
display: none!important;
}
.layui-nav-child{
border: 1px solid whitesmoke;
border-radius: 6px;
width: 150px;
}
/** 隐 藏 后 子 级 悬 浮 菜 单 */
.pear-nav-tree .layui-nav-hover {