zhizou 2019-06-21 11:18:19 +08:00
parent 7f27598636
commit 4b5dfffe85
1 changed files with 14 additions and 3 deletions

View File

@ -415,7 +415,6 @@
left: 0;
}
.ok-tab-title cite {
padding-left: 5px;
font-style: normal;
@ -477,6 +476,18 @@
z-index: 1;
overflow: hidden
}
.okadmin .content-body:after {
content: "";
max-height: 1px;
min-height: 1px;
height: 1px;
background: #e6e6e6;
z-index: 999;
width: 100%;
display: block;
position: absolute;
top: 40px;
}
.okadmin-tabs-select.layui-nav .layui-nav-item {
line-height: 40px;
@ -493,10 +504,10 @@
}
/*主体内容选项卡内容样式*/
.content-body .layui-tab {
.content-body .layui-tab{
margin: 0;
/*position: relative;*/
}
.okadmin .content-body .layui-tab-content {
position: absolute;
top: 40px;