发布 0.3.2

This commit is contained in:
就眠儀式 2022-01-03 01:23:18 +08:00
parent 9432944fdf
commit 9c188baccd
2 changed files with 4 additions and 5 deletions

View File

@ -28,7 +28,6 @@
"build:example": "vite build example",
"lint:eslint": "eslint 'src/**/*.{vue,ts,tsx}' --fix",
"lint:prettier": "prettier --write 'src/**/*'",
"publish": "npm run build && npm publish --access=public",
"commit": "git cz"
},
"dependencies": {

View File

@ -2900,7 +2900,7 @@ body .layui-table-tips .layui-layer-content {
left: 0;
top: 0;
width: 0;
height: 5px;
height: 3px;
background-color: #5fb878;
transition: all 0.2s;
-webkit-transition: all 0.2s;
@ -3007,13 +3007,13 @@ body .layui-table-tips .layui-layer-content {
.layui-nav-tree .layui-nav-item {
display: block;
width: 100%;
line-height: 40px;
line-height: 42px;
}
.layui-nav-tree .layui-nav-item a {
position: relative;
height: 46px;
line-height: 46px;
height: 42px;
line-height: 42px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;