Merge branch 'next' of https://gitee.com/layui/layui-vue into next

This commit is contained in:
sight
2022-06-03 13:52:49 +08:00
9 changed files with 45 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@layui/layui-vue",
"version": "1.1.4",
"version": "1.1.5-alpha.2",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",

View File

@@ -162,6 +162,9 @@
span {
display: none;
}
.layui-nav-item > a {
text-overflow: clip;
}
.layui-nav-more {
display: none;
}

View File

@@ -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;
}