From e02b0a1861d6a11a1101be4f707c621ca330edac Mon Sep 17 00:00:00 2001 From: xingyu Date: Mon, 15 May 2023 20:56:54 +0800 Subject: [PATCH] style: tabs style --- src/layouts/default/tabs/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/default/tabs/index.less b/src/layouts/default/tabs/index.less index f1779bf..c151b69 100644 --- a/src/layouts/default/tabs/index.less +++ b/src/layouts/default/tabs/index.less @@ -18,8 +18,8 @@ html[data-theme='light'] { .@{prefix-cls} { z-index: 10; - height: @multiple-height + 2; - line-height: @multiple-height + 2; + height: @multiple-height; + line-height: @multiple-height; background-color: @component-background; box-shadow: 0 1px 4px rgb(0 21 41 / 8%);