修复下拉菜单中的页面会与面包屑的标题重叠问题
parent
561c5e8394
commit
869ec8def9
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue