From 9c188baccdd531c5f6e0ce6da39fed0b55b51332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Mon, 3 Jan 2022 01:23:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - src/css/layui.css | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d09e4301..ad94b6b4 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/css/layui.css b/src/css/layui.css index fba9708a..8600b0dd 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -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;