Merge branch 'next' of https://gitee.com/layui/layui-vue into next
This commit is contained in:
@@ -162,6 +162,9 @@
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
.layui-nav-item > a {
|
||||
text-overflow: clip;
|
||||
}
|
||||
.layui-nav-more {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-head{
|
||||
background-color: #FFF;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-head>.layui-tab-title .layui-this {
|
||||
@@ -344,8 +344,9 @@
|
||||
box-sizing: border-box;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.is-top .layui-tab-active-bar{
|
||||
bottom: 0px;
|
||||
bottom: -1px;
|
||||
height: 1.5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user