From 58c2a63e31e4415ccf5ab540c0507c476c14a40d Mon Sep 17 00:00:00 2001 From: Uyarn Date: Wed, 28 Feb 2024 16:47:50 +0800 Subject: [PATCH] feat(tabs): active tab bar cover bottom line --- style/web/components/tabs/_index.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/web/components/tabs/_index.less b/style/web/components/tabs/_index.less index 61a2b37263..f35eb4adc3 100644 --- a/style/web/components/tabs/_index.less +++ b/style/web/components/tabs/_index.less @@ -42,11 +42,12 @@ &--left { left: 0; + z-index: 2; } &--right { right: 0; - z-index: 1; + z-index: 2; .@{prefix}-tabs__btn { &:first-child { @@ -171,6 +172,7 @@ overflow: hidden; white-space: nowrap; transform: @tab-nav-scroll-transform; + z-index: 1; } &__nav-wrap {