修复下拉菜单中的页面会与面包屑的标题重叠问题

v1.0
bobi 2019-02-14 19:08:14 +08:00
parent 561c5e8394
commit 869ec8def9
1 changed files with 5 additions and 1 deletions

View File

@ -39,6 +39,10 @@
padding-left: 36px;
}
.layui-tab-title li {
background-color: #f2f2f2;
}
/*主体内容样式*/
.content-body {
position: absolute;
@ -122,4 +126,4 @@
z-index: 10;
background-color: #000;
display: none;
}
}