From 7ef7dc8160c2ddbb47b48a367ba2d89064e4f58d Mon Sep 17 00:00:00 2001 From: anlyyao Date: Tue, 24 Mar 2026 20:11:39 +0800 Subject: [PATCH] fix(Tabs): fix insufficient split divider line length in scrollable scenarios --- style/mobile/components/tabs/_index.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style/mobile/components/tabs/_index.less b/style/mobile/components/tabs/_index.less index 7d1e0927e7..cfa5942a3f 100644 --- a/style/mobile/components/tabs/_index.less +++ b/style/mobile/components/tabs/_index.less @@ -156,6 +156,10 @@ display: flex; flex-wrap: nowrap; align-items: center; + + &--split { + .border(bottom, @tab-border-color); + } } &__track { @@ -192,10 +196,6 @@ --td-tab-border-color: transparent; } - - &--split { - .border(bottom, @tab-border-color); - } } &__content-inner {