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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/tabs/style/patch.less

+1-1
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)