🐛(tab): 修复 brief 背景色为 transparent

This commit is contained in:
就眠儀式
2022-06-02 16:40:36 +08:00
parent d553e38ab4
commit 35f3ccad18
5 changed files with 24 additions and 20 deletions

View File

@@ -123,7 +123,7 @@
}
.layui-tab-brief>.layui-tab-head{
background-color: #FFF;
background-color: transparent;
}
.layui-tab-brief>.layui-tab-head>.layui-tab-title .layui-this {
@@ -319,15 +319,16 @@
bottom: 0px;
left: 0;
height: 1.5px;
background-color: #409eff;
background-color: var(--global-checked-color);
z-index: 2;
transition: transform .3s;
list-style: none;
box-sizing: border-box;
pointer-events: none;
}
.is-top .layui-tab-active-bar{
bottom: 0px;
bottom: -1px;
height: 1.5px;
}