Skip to content

Commit 198644a

Browse files
authored
perf(module:tabs): need add .ant-tabs-tab class reduce css computing time consuming(#7935) (#7936)
1 parent dda5c56 commit 198644a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/tabs/style/patch.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
position: relative;
55
}
66

7-
a[nz-tab-link] {
7+
.ant-tabs-tab a[nz-tab-link] {
88
&::before {
99
position: absolute;
1010
top: 0;

0 commit comments

Comments
 (0)