From 56d3af80da7a68d261918b373d43536c6c45353f 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: Fri, 3 Jun 2022 14:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=80(tab):=20=E8=B0=83=E6=95=B4=20tab?= =?UTF-8?q?=20tools=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/package.json | 2 +- package/component/src/component/tab/index.less | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/component/package.json b/package/component/package.json index 7836b052..09fe70a7 100644 --- a/package/component/package.json +++ b/package/component/package.json @@ -1,6 +1,6 @@ { "name": "@layui/layui-vue", - "version": "1.1.5-alpha.2", + "version": "1.1.5-alpha.3", "author": "就眠儀式", "license": "MIT", "description": "a component library for Vue 3 base on layui-vue", diff --git a/package/component/src/component/tab/index.less b/package/component/src/component/tab/index.less index 26e6e3ab..9d1e53cd 100644 --- a/package/component/src/component/tab/index.less +++ b/package/component/src/component/tab/index.less @@ -227,6 +227,7 @@ } .layui-tab-card>.layui-tab-head .layui-tab-bar { + width: 40px; line-height: 40px; border-radius: 0; border-top: none; @@ -266,9 +267,9 @@ } .layui-tab-bar .layui-icon { - position: relative; - display: inline-block; top: 3px; + font-size: 13.6px; + display: inline-block; transition: all 0.3s; -webkit-transition: all 0.3s; }