Skip to content

Commit 7ef7dc8

Browse files
committed
fix(Tabs): fix insufficient split divider line length in scrollable scenarios
1 parent d73d63d commit 7ef7dc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

style/mobile/components/tabs/_index.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
display: flex;
157157
flex-wrap: nowrap;
158158
align-items: center;
159+
160+
&--split {
161+
.border(bottom, @tab-border-color);
162+
}
159163
}
160164

161165
&__track {
@@ -192,10 +196,6 @@
192196

193197
--td-tab-border-color: transparent;
194198
}
195-
196-
&--split {
197-
.border(bottom, @tab-border-color);
198-
}
199199
}
200200

201201
&__content-inner {

0 commit comments

Comments
 (0)